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

36 lines
846 B
Plaintext
Raw Normal View History

2007-04-10 23:48:58 +00:00
partition=1
timeout=600
message=/boot/debian.txt
default=install
### sparc64 boot images
image[sun4u]=/boot/sparc64
2007-04-10 23:48:58 +00:00
label=install
initrd=/boot/initrd.gz
image[sun4,sun4c,sun4d,sun4m]="cat /boot/notsupported.txt"
label=install
2007-04-10 23:48:58 +00:00
# sparc64 expert boots
image[sun4u]=/boot/sparc64
2007-04-10 23:48:58 +00:00
label=expert
initrd=/boot/initrd.gz
append="debconf/priority=low"
image[sun4,sun4c,sun4d,sun4m]="cat /boot/notsupported.txt"
label=expert
2007-04-10 23:48:58 +00:00
# sparc64 rescue boots
image[sun4u]=/boot/sparc64
2007-04-10 23:48:58 +00:00
label=rescue
initrd=/boot/initrd.gz
append="rescue/enable=true"
image[sun4,sun4c,sun4d,sun4m]="cat /boot/notsupported.txt"
label=rescue
2007-04-10 23:48:58 +00:00
# sparc64 auto-install boots
image[sun4u]=/boot/sparc64
2007-04-10 23:48:58 +00:00
label=auto
initrd=/boot/initrd.gz
append="auto=true priority=critical"
image[sun4,sun4c,sun4d,sun4m]="cat /boot/notsupported.txt"
label=auto