debian-cd-clone/data/etch/sparc/silo.conf

52 lines
1.1 KiB
Plaintext
Raw Normal View History

partition=1
timeout=600
message=/boot/debian.txt
default=install
append="cdrom ramdisk_size=16384"
root=/dev/ram
### sparc64 boot images
image[sun4u]=/boot/2.6/sparc64
label=install
initrd=/boot/2.6/initrd.gz
image[sun4u]=/boot/sparc64
label=install24
initrd=/boot/initrd.gz
# sparc64 expert boots
image[sun4u]=/boot/2.6/sparc64
label=expert
initrd=/boot/2.6/initrd.gz
append="debconf/priority=low"
image[sun4u]=/boot/sparc64
label=expert24
initrd=/boot/initrd.gz
append="debconf/priority=low"
# sparc64 rescue boots
image[sun4u]=/boot/2.6/sparc64
label=rescue
initrd=/boot/2.6/initrd.gz
append="rescue/enable=true"
image[sun4u]=/boot/sparc64
label=rescue24
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"