Fix "expert" mode in yaboot for powerpc. Closes: #636265. Thanks to
Milan Kupcevic for the patch.
This commit is contained in:
parent
9206b4d7c2
commit
ebcb33de21
|
@ -22,7 +22,7 @@ image=/install/powerpc/vmlinux
|
|||
image=/install/powerpc/vmlinux
|
||||
label=expert
|
||||
initrd=/install/powerpc/initrd.gz
|
||||
append="DEBCONF_PRIORITY=low --"
|
||||
append="priority=low --"
|
||||
initrd-size=10240
|
||||
read-only
|
||||
|
||||
|
@ -51,7 +51,7 @@ image=/install/powerpc64/vmlinux
|
|||
image=/install/powerpc64/vmlinux
|
||||
label=expert64
|
||||
initrd=/install/powerpc64/initrd.gz
|
||||
append="DEBCONF_PRIORITY=low --"
|
||||
append="priority=low --"
|
||||
initrd-size=10240
|
||||
read-only
|
||||
|
||||
|
|
|
@ -6,6 +6,8 @@ debian-cd (3.1.8) UNRELEASED; urgency=low
|
|||
+ Added 686-pae onto CD#1 in place of 686
|
||||
+ Leave the 486 kernel on CD#1 still, for people who can't use 686-pae
|
||||
+ Add zfsutils into the generate_d-i+k_list for kfreebsd users.
|
||||
* Fix "expert" mode in yaboot for powerpc. Closes: #636265. Thanks to
|
||||
Milan Kupcevic for the patch.
|
||||
|
||||
[ Joey Hess ]
|
||||
* Read tasksel's debian-tasks.desc from its new location.
|
||||
|
|
Loading…
Reference in New Issue