From 1d71b6d5ab25523225d37f133a6cec3ad2ffbaf4 Mon Sep 17 00:00:00 2001 From: Adam Conrad Date: Thu, 22 Sep 2016 21:55:08 -0600 Subject: [PATCH] Use the virtual kernel for the arm64 cpc images instead of generic. --- debian/changelog | 6 ++++++ live-build/auto/config | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 05d94692..14517b81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.433) yakkety; urgency=medium + + * Use the virtual kernel for the arm64 cpc images instead of generic. + + -- Adam Conrad Thu, 22 Sep 2016 21:54:16 -0600 + livecd-rootfs (2.432) yakkety; urgency=medium * Use the virtual kernel for the powerpc64 cpc images (LP: #1625368) diff --git a/live-build/auto/config b/live-build/auto/config index c9c7d99d..ee0431de 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -469,7 +469,6 @@ case $PROJECT in add_task install server ;; arm64) - KERNEL_FLAVOURS=generic add_package install flash-kernel add_task install server ;;