Simplify OpenBSD installs

Use custom openbsd boot cd for installs:

https://github.com/tmakinen/openbsd-autoinstall
This commit is contained in:
Timo Makinen 2025-06-16 18:42:06 +00:00
parent d492ccc654
commit 06889e36b2
3 changed files with 1 additions and 88 deletions

View file

@ -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;