diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:21 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:21 +0200 |
commit | 18e4f460bf1c115c62ea9aebb56d75d486322531 (patch) | |
tree | f277a0fe28a622ee2056d317140a43ef71627991 /templates | |
parent | 57cf927e8b36655351399184fecec51552feffe5 (diff) | |
download | vyos-live-build-18e4f460bf1c115c62ea9aebb56d75d486322531.tar.gz vyos-live-build-18e4f460bf1c115c62ea9aebb56d75d486322531.zip |
Adding live-package 0.99.2-1.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/syslinux/pxelinux.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/syslinux/pxelinux.cfg b/templates/syslinux/pxelinux.cfg index 1c0ab5784..41e1a672d 100644 --- a/templates/syslinux/pxelinux.cfg +++ b/templates/syslinux/pxelinux.cfg @@ -1,7 +1,7 @@ default linux label linux kernel vmlinuz - append initrd=initrd.gz boot=casper-net nfsroot=LIVE_SERVER_ADDRESS:LIVE_SERVER_PATH LIVE_BOOTAPPEND + append initrd=initrd.gz boot=casper netboot nfsroot=LIVE_SERVER_ADDRESS:LIVE_SERVER_PATH LIVE_BOOTAPPEND label memtest kernel memtest display isolinux.txt |