diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 14:05:10 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 14:05:10 +0200 |
commit | 173bd27953afd4020f2ac5700b147e41af727735 (patch) | |
tree | 155239f67e3732fbfee9fa7b0b47981e221e4004 | |
parent | 508cf68252a5253ba40fcaa0dc46a3ffffc3dbfa (diff) | |
download | vyos-live-build-173bd27953afd4020f2ac5700b147e41af727735.tar.gz vyos-live-build-173bd27953afd4020f2ac5700b147e41af727735.zip |
Temporarily disabling extended options, they seem to make problems and need testing.
-rw-r--r-- | templates/syslinux/common/syslinux.cfg | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/syslinux/common/syslinux.cfg b/templates/syslinux/common/syslinux.cfg index 6c3ba7f88..526f1d4ae 100644 --- a/templates/syslinux/common/syslinux.cfg +++ b/templates/syslinux/common/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 LINUX_TIMEOUT |