From d6bb42bc63a77971184cff91531dc9c0a7de7701 Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Wed, 11 Oct 2017 01:57:03 +0200 Subject: [PATCH] Use kvm kernel only on amd64 --- live-build/auto/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/auto/config b/live-build/auto/config index 23880265..d78f6a54 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -540,7 +540,7 @@ case $PROJECT in # linux-kvm is available since you control the # archive and can provide this metapackage as # necessary. - if [ -z "$EXTRA_PPAS" ] && [ "$SUITE" != xenial ]; then + if [ "$ARCH" != "amd64" ] || ([ -z "$EXTRA_PPAS" ] && [ "$SUITE" != xenial ]); then KERNEL_FLAVOURS=virtual else KERNEL_FLAVOURS=kvm