41 lines
839 B
Plaintext
41 lines
839 B
Plaintext
partition=1
|
|
timeout=600
|
|
message=/boot/debian.txt
|
|
default=install
|
|
append="cdrom ramdisk_size=16384"
|
|
root=/dev/ram
|
|
|
|
### sparc64 boot images
|
|
image[sun4u]=/boot/sparc64
|
|
label=install
|
|
initrd=/boot/initrd.gz
|
|
|
|
# sparc64 expert boots
|
|
image[sun4u]=/boot/sparc64
|
|
label=expert
|
|
initrd=/boot/initrd.gz
|
|
append="debconf/priority=low"
|
|
|
|
# sparc64 rescue boots
|
|
image[sun4u]=/boot/sparc64
|
|
label=rescue
|
|
initrd=/boot/initrd.gz
|
|
append="rescue/enable=true"
|
|
|
|
### sparc32 boot images
|
|
image[sun4c,sun4d,sun4m]=/boot/sparc32
|
|
label=install
|
|
initrd=/boot/initrd.gz
|
|
|
|
# sparc32 expert boots
|
|
image[sun4c,sun4d,sun4m]=/boot/sparc32
|
|
label=expert
|
|
initrd=/boot/initrd.gz
|
|
append="debconf/priority=low"
|
|
|
|
# sparc32 rescue boots
|
|
image[sun4c,sun4d,sun4m]=/boot/sparc32
|
|
label=rescue
|
|
initrd=/boot/initrd.gz
|
|
append="rescue/enable=true"
|