1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
default = Linux
boot = /dev/sda
root = /dev/sda1
debug = No
# Don't automatically show a prompt
prompt = No
# However wait 5 seconds for a key press before
# booting the default configuration.
delay = 5
# Set the environment variable 'LOCAL_CONFIG' with the
# value saved in the hardwares non-volatile storage.
# This will then be available for the system init scripts
# to query.
append = LOCAL_CONFIG={}
[boot]
label = Linux
kernel = /vmlinuz
read-only
[boot]
label = OLDLinux
kernel = /vmlinuz.old
read-only
optional
[boot]
label = linux-2.2.17
alias = 2.2
kernel = /boot/vmlinuz-2.2.17
symbols = /boot/System-2.2.17.map
root = /dev/sda1
read-only
optional
[boot]
label = linux-2.2.19-ramdisk
alias = 2.2-rd
kernel = /boot/vmlinuz-2.2.19
ramdisk = /boot/root.bin
root = /dev/ramdisk
[boot]
label = linux-2.2.19-test
alias = test
password = 2dangerous4u
kernel = /usr/src/linux/vmlinux
symbols = /usr/src/linux/System.map
root = /dev/sda1
read-only
callmonitor
optional
|