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

52 lines
1.1 KiB
Plaintext

partition=1
timeout=600
message=/boot/debian.txt
default=install
append="cdrom"
### 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"
# sparc64 auto-install boots
image[sun4u]=/boot/sparc64
label=auto
initrd=/boot/initrd.gz
append="auto=true priority=critical"
### 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"
# sparc32 auto-install boots
image[sun4c,sun4d,sun4m]=/boot/sparc32
label=auto
initrd=/boot/initrd.gz
append="auto=true priority=critical"