diff options
-rw-r--r-- | dhcp3/dhcpd.hosts.fai | 2 | ||||
-rw-r--r-- | rpld/rpld.conf | 39 |
2 files changed, 40 insertions, 1 deletions
diff --git a/dhcp3/dhcpd.hosts.fai b/dhcp3/dhcpd.hosts.fai index 6880284..b7b0b23 100644 --- a/dhcp3/dhcpd.hosts.fai +++ b/dhcp3/dhcpd.hosts.fai @@ -32,7 +32,7 @@ group { # sis900 NIC host svasiland { hardware ethernet 00:07:95:47:3e:f2; fixed-address svasiland; option fai-action "install"; } # VEGA motherf*cker - host uganda { hardware ethernet 00:07:95:09:5e:99; fixed-address uganda; option fai-action "sysinfo"; } # VEGA bambus + host uganda { hardware ethernet 192.168.102.162; fixed-address uganda; option fai-action "sysinfo"; } # VEGA bambus host picasso { hardware ethernet 00:07:95:d8:f4:69; fixed-address picasso; option fai-action "install"; } # Nicolai Wallner, Bambus server # Via-rhine NIC diff --git a/rpld/rpld.conf b/rpld/rpld.conf new file mode 100644 index 0000000..5afac6d --- /dev/null +++ b/rpld/rpld.conf @@ -0,0 +1,39 @@ +HOST +{ + ethernet = 00:d0:09:ab:c1:ad; + + FILE + { +// path = "/tftpboot/boot/fai/vmlinuz-2.4.18.nbi"; +// linux; +// path = "/tftpboot/pxegrub-sis900"; + path = "/tftpboot/etherboot/eb-5.0.6-sis900.lzpxe"; + load=0x7c00; + }; + execute=0x7c00; +}; +HOST +{ + ethernet = 00:07:95:47:3e:f2; + + FILE + { +// path = "/tftpboot/boot/fai/vmlinuz-2.4.18.nbi"; +// linux; +// path = "/tftpboot/pxegrub-sis900"; + path = "/tftpboot/etherboot/eb-5.0.6-sis900.lzpxe"; + load=0x7c00; + }; + execute=0x7c00; +}; +HOST +{ + ethernet = 00:07:95:d8:f4:69; + + FILE + { + path = "/tftpboot/etherboot/eb-5.0.6-sis900.lzpxe"; + load=0x7c00; + }; + execute=0x7c00; +}; |