diff options
Diffstat (limited to 'rpld')
-rw-r--r-- | rpld/rpld.conf | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/rpld/rpld.conf b/rpld/rpld.conf deleted file mode 100644 index 5afac6d..0000000 --- a/rpld/rpld.conf +++ /dev/null @@ -1,39 +0,0 @@ -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; -}; |