From f8ca1704756fcc2ef31db7c4fe33b992fd013422 Mon Sep 17 00:00:00 2001 From: Adam Conrad Date: Mon, 19 Sep 2016 16:55:40 -0600 Subject: [PATCH] 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) --- debian/changelog | 6 ++++++ live-build/auto/config | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3c27ce00..05d94692 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.432) yakkety; urgency=medium + + * Use the virtual kernel for the powerpc64 cpc images (LP: #1625368) + + -- Adam Conrad Mon, 19 Sep 2016 16:55:40 -0600 + livecd-rootfs (2.431) yakkety; urgency=medium [ Ɓukasz 'sil2100' Zemczak ] diff --git a/live-build/auto/config b/live-build/auto/config index 536527e4..c9c7d99d 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -477,7 +477,6 @@ case $PROJECT in add_task install server ;; powerpc) - KERNEL_FLAVOURS=powerpc64-smp add_task install server ;; esac