[syslinux] Global append and Label append

Dag Wieers dag at wieers.com
Thu Mar 23 07:37:33 PST 2006


Hi,

Question number 3 :)

I'd like to do something like this:

	display text.msg
	append text kssendmac ksdevice=eth1 ks=http://1.2.3.4/footprint/
	default localboot

	label localboot
		localboot 0x80

	label systemÃ5
		kernel vmlinuz
		append initrd=initrd.img ip=1.2.3.5 netmask=255.255.255.192 gateway=1.2.3.1

	label system6
		kernel vmlinuz
		append initrd=initrd.img ip=1.2.3.6 netmask=255.255.255.192 gateway=1.2.3.1
	
	label rescue
		kernel vmlinuz
		append - initrd=initrd.img rescue

Reading the syslinux documentation that should be possible (at least 
that's what I think). But it doesn't work, can someone shed some light 
about where I am going wrong ?

Kind regards,
--   dag wieers,  dag at wieers.com,  http://dag.wieers.com/   --
[all I want is a warm bed and a kind word and unlimited power]


More information about the Syslinux mailing list