From 95d4c0b76762f236e70b800c37027f5477bfad15 Mon Sep 17 00:00:00 2001 From: Adam Conrad Date: Mon, 19 Sep 2016 16:58:00 -0600 Subject: [PATCH] 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