summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 10:04:21 +0200
committerDaniel Baumann <daniel@debian.org>2007-09-23 10:04:21 +0200
commitc9462fd48b0d4fb9968641e46c3350fb5e9986a2 (patch)
treee14a49ee47996090c87a23c86d2e2c2ac877a70e /templates
parentfb35af8aa207ef5377022028d9e2b497445fb349 (diff)
downloadlive-build-c9462fd48b0d4fb9968641e46c3350fb5e9986a2.zip
live-build-c9462fd48b0d4fb9968641e46c3350fb5e9986a2.tar.gz
Adding live-package 0.99.4-1.
Diffstat (limited to 'templates')
-rw-r--r--templates/syslinux/pxelinux.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/syslinux/pxelinux.cfg b/templates/syslinux/pxelinux.cfg
index 41e1a67..9a49d7d 100644
--- a/templates/syslinux/pxelinux.cfg
+++ b/templates/syslinux/pxelinux.cfg
@@ -2,6 +2,18 @@ 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