diff options
Diffstat (limited to 'templates/syslinux')
-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 |