bug in menu.lst example in grub.info
Jordi Burguet Castell
jordi.burguet-castell@cern.ch
Tue, 13 Jan 2004 23:25:35 +0100
Hello,
in grub-doc: /usr/share/info/grub.info.gz
section "Configuration", there is an example of a "menu.lst" file, which
begins by:
#
# Sample boot menu configuration file
#
# By default, boot the first entry.
default 0
# Boot automatically after 30 secs.
timeout 30
# Fallback to the second entry.
fallback 1
but it seems that the correct syntax is "default=0", "timeout=30" and
(probably) "fallback=1".
You wouldn't guess how many times I've booted my computer, went away for a
while and discovered that it was still on the grub menu when coming
back!! :-)
Thanks,
Jordi