summaryrefslogtreecommitdiff
path: root/rpld
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2002-11-28 14:03:03 +0000
committerJonas Smedegaard <dr@jones.dk>2002-11-28 14:03:03 +0000
commit75a42b934b1d760e83fada40a5b80d5ae13101b1 (patch)
tree5620e9857d9e8da5ba2de14f6304d81ef646864b /rpld
parent24be2ad30339837b82bf1699d3adbe7ffa6f62ea (diff)
Add rpld setup. Change uganda.107b.dk to use RTL8139 NIC (instead of broken internal NIC).
Diffstat (limited to 'rpld')
-rw-r--r--rpld/rpld.conf39
1 files changed, 39 insertions, 0 deletions
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;
+};