summaryrefslogtreecommitdiff
path: root/templates/syslinux/pxelinux.cfg
blob: 9a49d7dcae5fce3bf424ade7b3ec1658163846df (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 linux
label linux
  kernel vmlinuz
  append initrd=initrd.gz boot=casper netboot nfsroot=LIVE_SERVER_ADDRESS:LIVE_SERVER_PATH LIVE_BOOTAPPEND
label nfs
  kernel vmlinuz
  append initrd=initrd.gz boot=casper netboot=nfs nfsroot=LIVE_SERVER_ADDRESS:LIVE_SERVER_PATH LIVE_BOOTAPPEND
label nfslegacy
  kernel vmlinuz
  append initrd=initrd.gz boot=casper root=/dev/nfs nfsroot=LIVE_SERVER_ADDRESS:LIVE_SERVER_PATH LIVE_BOOTAPPEND
label cifs
  kernel vmlinuz
  append initrd=initrd.gz boot=casper netboot=cifs nfsroot=LIVE_SERVER_ADDRESS:LIVE_SERVER_PATH LIVE_BOOTAPPEND
label cifslegacy
  kernel vmlinuz
  append initrd=initrd.gz boot=casper root=/dev/cifs nfsroot=LIVE_SERVER_ADDRESS:LIVE_SERVER_PATH LIVE_BOOTAPPEND
label memtest
  kernel memtest
display isolinux.txt
timeout 0
prompt 1
f1 f1.txt
f3 f3.txt
f4 f4.txt
f8 f8.txt
f9 f9.txt
f0 f10.txt