summaryrefslogtreecommitdiffstats
path: root/projectroot/boot/grub/menu.lst.i586
blob: 301442371deec6a49e59f7e1d5a45de38e3c5dc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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@