22 lines
430 B
Plaintext
22 lines
430 B
Plaintext
|
partition=1
|
||
|
timeout=600
|
||
|
message=/boot/debian.txt
|
||
|
default=linux
|
||
|
append="cdrom ramdisk_size=16384 devfs=mount rw"
|
||
|
initrd=/boot/initrd.gz
|
||
|
root=/dev/rd/0
|
||
|
|
||
|
# Standard boot images
|
||
|
image[sun4c,sun4d,sun4m]=/boot/sparc32
|
||
|
label=linux
|
||
|
image[sun4u]=/boot/sparc64
|
||
|
label=linux
|
||
|
|
||
|
# Rescue boots
|
||
|
image[sun4c,sun4d,sun4m]=/boot/sparc32
|
||
|
label=rescue
|
||
|
append="init=/bin/sh"
|
||
|
image[sun4u]=/boot/sparc64
|
||
|
label=rescue
|
||
|
append="init=/bin/sh"
|