2005-05-05 16:15:44 +00:00
|
|
|
partition=1
|
|
|
|
timeout=600
|
|
|
|
message=/boot/debian.txt
|
2005-09-05 21:05:05 +00:00
|
|
|
default=install
|
2006-10-22 22:37:27 +00:00
|
|
|
append="cdrom"
|
2005-05-05 16:15:44 +00:00
|
|
|
|
2005-09-05 21:05:05 +00:00
|
|
|
### sparc64 boot images
|
2005-05-05 16:15:44 +00:00
|
|
|
image[sun4u]=/boot/sparc64
|
2006-07-27 10:25:48 +00:00
|
|
|
label=install
|
2005-09-05 21:05:05 +00:00
|
|
|
initrd=/boot/initrd.gz
|
2005-05-05 16:15:44 +00:00
|
|
|
|
2005-09-05 21:05:05 +00:00
|
|
|
# sparc64 expert boots
|
2005-05-05 16:15:44 +00:00
|
|
|
image[sun4u]=/boot/sparc64
|
2006-07-27 10:25:48 +00:00
|
|
|
label=expert
|
2005-09-05 21:05:05 +00:00
|
|
|
initrd=/boot/initrd.gz
|
|
|
|
append="debconf/priority=low"
|
|
|
|
|
|
|
|
# sparc64 rescue boots
|
|
|
|
image[sun4u]=/boot/sparc64
|
2006-07-27 10:25:48 +00:00
|
|
|
label=rescue
|
2005-09-05 21:05:05 +00:00
|
|
|
initrd=/boot/initrd.gz
|
|
|
|
append="rescue/enable=true"
|
|
|
|
|
2006-10-30 23:40:02 -01:00
|
|
|
# sparc64 auto-install boots
|
|
|
|
image[sun4u]=/boot/sparc64
|
|
|
|
label=auto
|
|
|
|
initrd=/boot/initrd.gz
|
|
|
|
append="auto=true priority=critical"
|
|
|
|
|
2005-09-05 21:05:05 +00:00
|
|
|
### 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"
|
2006-10-30 23:40:02 -01:00
|
|
|
|
|
|
|
# sparc32 auto-install boots
|
|
|
|
image[sun4c,sun4d,sun4m]=/boot/sparc32
|
|
|
|
label=auto
|
|
|
|
initrd=/boot/initrd.gz
|
|
|
|
append="auto=true priority=critical"
|