Fix "expert" mode in yaboot for powerpc. Closes: #636265. Thanks to

Milan Kupcevic for the patch.
This commit is contained in:
Steve McIntyre 2011-08-14 22:16:06 +00:00
parent 9206b4d7c2
commit ebcb33de21
2 changed files with 4 additions and 2 deletions

View File

@ -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

2
debian/changelog vendored
View File

@ -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.