live-build/templates/syslinux/pxelinux.cfg

28 lines
948 B
INI
Raw Normal View History

2007-09-23 08:04:49 +00:00
default live
label live
2007-09-23 08:04:20 +00:00
kernel vmlinuz
2007-09-23 08:04:49 +00:00
append initrd=initrd.img boot=casper netboot nfsroot=LIVE_SERVER_ADDRESS:LIVE_SERVER_PATH LIVE_BOOTAPPEND
2007-09-23 08:04:21 +00:00
label nfs
kernel vmlinuz
2007-09-23 08:04:49 +00:00
append initrd=initrd.img boot=casper netboot=nfs nfsroot=LIVE_SERVER_ADDRESS:LIVE_SERVER_PATH LIVE_BOOTAPPEND
2007-09-23 08:04:21 +00:00
label nfslegacy
kernel vmlinuz
2007-09-23 08:04:49 +00:00
append initrd=initrd.img boot=casper root=/dev/nfs nfsroot=LIVE_SERVER_ADDRESS:LIVE_SERVER_PATH LIVE_BOOTAPPEND
2007-09-23 08:04:21 +00:00
label cifs
kernel vmlinuz
2007-09-23 08:04:49 +00:00
append initrd=initrd.img boot=casper netboot=cifs nfsroot=LIVE_SERVER_ADDRESS:LIVE_SERVER_PATH LIVE_BOOTAPPEND
2007-09-23 08:04:21 +00:00
label cifslegacy
kernel vmlinuz
2007-09-23 08:04:49 +00:00
append initrd=initrd.img boot=casper root=/dev/cifs nfsroot=LIVE_SERVER_ADDRESS:LIVE_SERVER_PATH LIVE_BOOTAPPEND
2007-09-23 08:04:20 +00:00
label memtest
kernel memtest
2007-09-23 08:04:47 +00:00
display pxelinux.cfg/isolinux.txt
2007-09-23 08:04:20 +00:00
timeout 0
prompt 1
2007-09-23 08:04:47 +00:00
F1 pxelinux.cfg/f1.txt
F3 pxelinux.cfg/f3.txt
F4 pxelinux.cfg/f4.txt
F8 pxelinux.cfg/f8.txt
F9 pxelinux.cfg/f9.txt
F0 pxelinux.cfg/f10.txt