Explicitly support sun4v (Niagara systems) in silo.conf
This commit is contained in:
parent
c6e842e393
commit
7403cf515d
|
@ -4,14 +4,14 @@ message=/boot/debian.txt
|
|||
default=install
|
||||
|
||||
### sparc64 boot images
|
||||
image[sun4u]=/boot/sparc64
|
||||
image[sun4u,sun4v]=/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
|
||||
image[sun4u,sun4v]=/boot/sparc64
|
||||
label=expert
|
||||
initrd=/boot/initrd.gz
|
||||
append="debconf/priority=low"
|
||||
|
@ -19,7 +19,7 @@ image[sun4,sun4c,sun4d,sun4m]="cat /boot/notsupported.txt"
|
|||
label=expert
|
||||
|
||||
# sparc64 rescue boots
|
||||
image[sun4u]=/boot/sparc64
|
||||
image[sun4u,sun4v]=/boot/sparc64
|
||||
label=rescue
|
||||
initrd=/boot/initrd.gz
|
||||
append="rescue/enable=true"
|
||||
|
@ -27,7 +27,7 @@ image[sun4,sun4c,sun4d,sun4m]="cat /boot/notsupported.txt"
|
|||
label=rescue
|
||||
|
||||
# sparc64 auto-install boots
|
||||
image[sun4u]=/boot/sparc64
|
||||
image[sun4u,sun4v]=/boot/sparc64
|
||||
label=auto
|
||||
initrd=/boot/initrd.gz
|
||||
append="auto=true priority=critical"
|
||||
|
|
|
@ -4,14 +4,14 @@ message=/boot/debian.txt
|
|||
default=install
|
||||
|
||||
### sparc64 boot images
|
||||
image[sun4u]=/boot/sparc64
|
||||
image[sun4u,sun4v]=/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
|
||||
image[sun4u,sun4v]=/boot/sparc64
|
||||
label=expert
|
||||
initrd=/boot/initrd.gz
|
||||
append="debconf/priority=low"
|
||||
|
@ -19,7 +19,7 @@ image[sun4,sun4c,sun4d,sun4m]="cat /boot/notsupported.txt"
|
|||
label=expert
|
||||
|
||||
# sparc64 rescue boots
|
||||
image[sun4u]=/boot/sparc64
|
||||
image[sun4u,sun4v]=/boot/sparc64
|
||||
label=rescue
|
||||
initrd=/boot/initrd.gz
|
||||
append="rescue/enable=true"
|
||||
|
@ -27,7 +27,7 @@ image[sun4,sun4c,sun4d,sun4m]="cat /boot/notsupported.txt"
|
|||
label=rescue
|
||||
|
||||
# sparc64 auto-install boots
|
||||
image[sun4u]=/boot/sparc64
|
||||
image[sun4u,sun4v]=/boot/sparc64
|
||||
label=auto
|
||||
initrd=/boot/initrd.gz
|
||||
append="auto=true priority=critical"
|
||||
|
|
|
@ -7,6 +7,7 @@ debian-cd (3.1.3) UNRELEASED; urgency=low
|
|||
There are no significant changes in generated CD/DVD images.
|
||||
* Split out code for workaround for #505243 to x86-desktop function library.
|
||||
* sparc: display message for unsupported subarchitectures.
|
||||
* sparc: explicitly support sun4v (Niagara systems) in silo.conf.
|
||||
|
||||
-- Frans Pop <fjp@debian.org> Sat, 13 Jun 2009 16:48:51 +0200
|
||||
|
||||
|
|
Loading…
Reference in New Issue