From 0bebc480d15ace51ac1baa1889a7b35cf01355d9 Mon Sep 17 00:00:00 2001 From: Juergen Beisert Date: Fri, 28 Jan 2011 15:38:19 +0100 Subject: Provide the last release as a new beginning Signed-off-by: Juergen Beisert --- projectroot/boot/grub/menu.lst.i586 | 16 ++++++++++++++++ projectroot/etc/network/interfaces.i586 | 13 +++++++++++++ projectroot/etc/network/interfaces.versatilepb | 13 +++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 projectroot/boot/grub/menu.lst.i586 create mode 100644 projectroot/etc/network/interfaces.i586 create mode 100644 projectroot/etc/network/interfaces.versatilepb (limited to 'projectroot') 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 -- cgit v1.2.3