diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:05:16 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:26 +0100 |
commit | f314791fa2fa3e6a557ca50ecb4a0cf7798fee79 (patch) | |
tree | 1289402c2df38afa3f1f70c7e40fe4f35835d670 /templates/syslinux/syslinux.cfg | |
parent | c79ab34a7c597c9e3ab202c644121c6944789424 (diff) | |
download | vyos-live-build-f314791fa2fa3e6a557ca50ecb4a0cf7798fee79.tar.gz vyos-live-build-f314791fa2fa3e6a557ca50ecb4a0cf7798fee79.zip |
Adding live-helper 1.0~a20-1.
Diffstat (limited to 'templates/syslinux/syslinux.cfg')
-rw-r--r-- | templates/syslinux/syslinux.cfg | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/syslinux/syslinux.cfg b/templates/syslinux/syslinux.cfg index 733a5ebdb..48599ed08 100644 --- a/templates/syslinux/syslinux.cfg +++ b/templates/syslinux/syslinux.cfg @@ -20,17 +20,17 @@ LINUX_INSTALL MEMTEST -#LABEL floppy -# localboot 0x00 +LABEL floppy + localboot 0x00 -#LABEL disk1 -# localboot 0x80 +LABEL disk1 + localboot 0x80 -#LABEL disk2 -# localboot 0x81 +LABEL disk2 + localboot 0x81 -#LABEL nextboot -# localboot -1 +LABEL nextboot + localboot -1 PROMPT 1 TIMEOUT 0 |