Import patches-unapplied version 2.432 to ubuntu/yakkety-proposed

Imported using git-ubuntu import.

Changelog parent: 7c2e3247f108b146e20d5dde116097a58f7620d2

New changelog entries:
  * Use the virtual kernel for the powerpc64 cpc images (LP: #1625368)
This commit is contained in:
Adam Conrad 2016-09-19 16:55:40 -06:00 committed by usd-importer
parent 7c2e3247f1
commit f8ca170475
2 changed files with 6 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.432) yakkety; urgency=medium
* Use the virtual kernel for the powerpc64 cpc images (LP: #1625368)
-- Adam Conrad <adconrad@ubuntu.com> Mon, 19 Sep 2016 16:55:40 -0600
livecd-rootfs (2.431) yakkety; urgency=medium
[ Łukasz 'sil2100' Zemczak ]

View File

@ -477,7 +477,6 @@ case $PROJECT in
add_task install server
;;
powerpc)
KERNEL_FLAVOURS=powerpc64-smp
add_task install server
;;
esac