summaryrefslogtreecommitdiffstats
path: root/projectroot
diff options
context:
space:
mode:
Diffstat (limited to 'projectroot')
-rw-r--r--projectroot/boot/grub/menu.lst.i58616
-rw-r--r--projectroot/etc/network/interfaces.i58613
-rw-r--r--projectroot/etc/network/interfaces.versatilepb13
3 files changed, 42 insertions, 0 deletions
diff --git a/projectroot/boot/grub/menu.lst.i586 b/projectroot/boot/grub/menu.lst.i586
new file mode 100644
index 0000000..3014423
--- /dev/null
+++ b/projectroot/boot/grub/menu.lst.i586
@@ -0,0 +1,16 @@
+serial --unit=0 --speed=115200
+terminal --timeout=2 serial console
+
+default 0
+timeout 2
+color cyan/blue white/blue
+
+title Standalone Boot
+root (hd0,0)
+kernel /boot/bzImage root=/dev/sda1 console=ttyS0,115200
+
+title Network Boot
+ifconfig --server=@SERVERIP@ --gateway=@GATEWAY@ --mask=@NETMASK@ --address=@IPADDR@
+root (nd)
+kernel (nd)/linux root=/dev/nfs console=ttyS0,115200 ip=@IPADDR@:@SERVERIP@:@GATEWAY@:@NETMASK@::eth0: nfsroot=@NFSROOT_PATH@
+
diff --git a/projectroot/etc/network/interfaces.i586 b/projectroot/etc/network/interfaces.i586
new file mode 100644
index 0000000..5dfb7bd
--- /dev/null
+++ b/projectroot/etc/network/interfaces.i586
@@ -0,0 +1,13 @@
+# /etc/network/interfaces
+
+# The loopback interface
+auto lo eth0
+
+# auto lo
+iface lo inet loopback
+
+# auto eth0
+iface eth0 inet static
+ address 10.0.2.7
+ netmask 255.255.255.0
+ broadcast 10.0.2.255
diff --git a/projectroot/etc/network/interfaces.versatilepb b/projectroot/etc/network/interfaces.versatilepb
new file mode 100644
index 0000000..5dfb7bd
--- /dev/null
+++ b/projectroot/etc/network/interfaces.versatilepb
@@ -0,0 +1,13 @@
+# /etc/network/interfaces
+
+# The loopback interface
+auto lo eth0
+
+# auto lo
+iface lo inet loopback
+
+# auto eth0
+iface eth0 inet static
+ address 10.0.2.7
+ netmask 255.255.255.0
+ broadcast 10.0.2.255