diff options
author | Jonas Smedegaard <dr@jones.dk> | 2002-11-27 17:58:44 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2002-11-27 17:58:44 +0000 |
commit | 620d565d7df0b7062b9cb8d11100d86429a4553d (patch) | |
tree | 5ff8640fe2d63be4252c08a6738d83e170f6b607 | |
parent | 33462cd42b7c20b78fa1841d2d830949e723e82a (diff) |
bind: Add fake host hysbald.107b.dk.
-rw-r--r-- | dhcp3/dhcpd.hosts.fai | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dhcp3/dhcpd.hosts.fai b/dhcp3/dhcpd.hosts.fai index 7e6577b..1a37fa0 100644 --- a/dhcp3/dhcpd.hosts.fai +++ b/dhcp3/dhcpd.hosts.fai @@ -8,7 +8,7 @@ group { option fai-action "sysinfo"; option fai-flags "verbose createvt sshd"; # option root-path "/usr/local/lib/fai/nfsroot-woody-i386"; -# option root-path "/usr/local/lib/fai/nfsroot-sarge-i386"; + option root-path "/usr/local/lib/fai/nfsroot-sarge-i386"; # option root-path "/usr/local/lib/fai/nfsroot-sid-i386"; # filename "boot/fai/pxelinux.0"; # filename "/pxelinux.0"; @@ -28,7 +28,8 @@ group { host collapse { hardware ethernet 00:06:29:05:a4:e6; fixed-address collapse; option fai-action "install"; } # Lab: IBM m. defekt indbygget NIC # sis900 NIC - host svasiland { hardware ethernet 00:07:95:47:3e:f2; fixed-address svasiland; option fai-action "install"; } # VEGA motherf*cker + host svasiland { hardware ethernet 00:07:95:47:3e:f2; fixed-address svasiland; option fai-action "install"; } # VEGA motherf*cker + host picasso { hardware ethernet 00:07:95:d8:f4:69; fixed-address picasso; option fai-action "sysinfo"; } # Nicolai Wallner, Bambus server # Via-rhine NIC host sair { hardware ethernet 00:40:63:c0:8d:05; fixed-address sair; option fai-action "install"; } # Vega: Xenux thin client |