36 lines
846 B
Plaintext
36 lines
846 B
Plaintext
partition=1
|
|
timeout=600
|
|
message=/boot/debian.txt
|
|
default=install
|
|
|
|
### sparc64 boot images
|
|
image[sun4u]=/boot/sparc64
|
|
label=install
|
|
initrd=/boot/initrd.gz
|
|
image[sun4,sun4c,sun4d,sun4m]="cat /boot/notsupported.txt"
|
|
label=install
|
|
|
|
# sparc64 expert boots
|
|
image[sun4u]=/boot/sparc64
|
|
label=expert
|
|
initrd=/boot/initrd.gz
|
|
append="debconf/priority=low"
|
|
image[sun4,sun4c,sun4d,sun4m]="cat /boot/notsupported.txt"
|
|
label=expert
|
|
|
|
# sparc64 rescue boots
|
|
image[sun4u]=/boot/sparc64
|
|
label=rescue
|
|
initrd=/boot/initrd.gz
|
|
append="rescue/enable=true"
|
|
image[sun4,sun4c,sun4d,sun4m]="cat /boot/notsupported.txt"
|
|
label=rescue
|
|
|
|
# sparc64 auto-install boots
|
|
image[sun4u]=/boot/sparc64
|
|
label=auto
|
|
initrd=/boot/initrd.gz
|
|
append="auto=true priority=critical"
|
|
image[sun4,sun4c,sun4d,sun4m]="cat /boot/notsupported.txt"
|
|
label=auto
|