Simplify OpenBSD installs
Use custom openbsd boot cd for installs: https://github.com/tmakinen/openbsd-autoinstall
This commit is contained in:
parent
d492ccc654
commit
06889e36b2
3 changed files with 1 additions and 88 deletions
|
@ -35,14 +35,6 @@ class "PXEClient" {
|
|||
}
|
||||
}
|
||||
|
||||
# kludge to try to detect openbsd installer
|
||||
class "OpenBSD" {
|
||||
match if not exists vendor-class-identifier and not exists user-class;
|
||||
|
||||
next-server 172.20.20.10;
|
||||
filename "auto_install";
|
||||
}
|
||||
|
||||
subnet 172.20.20.0 netmask 255.255.252.0 {
|
||||
default-lease-time 86400;
|
||||
max-lease-time 604800;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue