summaryrefslogtreecommitdiff
path: root/templates/syslinux/pxelinux.cfg
blob: 379414ca3ef53aec09f489441f8f3934c61e87cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
default live
label live
  kernel vmlinuz
  append initrd=initrd.img boot=casper netboot nfsroot=LIVE_NET_SERVER:LIVE_NET_PATH LIVE_BOOTAPPEND
label nfs
  kernel vmlinuz
  append initrd=initrd.img boot=casper netboot=nfs nfsroot=LIVE_NET_SERVER:LIVE_NET_PATH LIVE_BOOTAPPEND
label nfslegacy
  kernel vmlinuz
  append initrd=initrd.img boot=casper root=/dev/nfs nfsroot=LIVE_NET_SERVER:LIVE_NET_PATH LIVE_BOOTAPPEND
label cifs
  kernel vmlinuz
  append initrd=initrd.img boot=casper netboot=cifs nfsroot=LIVE_NET_SERVER:LIVE_NET_PATH LIVE_BOOTAPPEND
label cifslegacy
  kernel vmlinuz
  append initrd=initrd.img boot=casper root=/dev/cifs nfsroot=LIVE_NET_SERVER:LIVE_NET_PATH LIVE_BOOTAPPEND
label memtest
  kernel memtest
display pxelinux.cfg/isolinux.txt
timeout 0
prompt 1
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