diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 14:05:10 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:26 +0100 |
commit | d8a50346ac88e4176814edda1dea8b900800624e (patch) | |
tree | 155239f67e3732fbfee9fa7b0b47981e221e4004 /templates/syslinux | |
parent | ec749d98995103e90d68108661c13d764e701340 (diff) | |
download | vyos-live-build-d8a50346ac88e4176814edda1dea8b900800624e.tar.gz vyos-live-build-d8a50346ac88e4176814edda1dea8b900800624e.zip |
Temporarily disabling extended options, they seem to make problems and need testing.
Diffstat (limited to 'templates/syslinux')
-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 |