From d3eb3dd0ac6ce4cf354aa8afcb6c7f68b5999008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Mon, 26 Nov 2018 13:03:24 +0100 Subject: [PATCH] Add missing arguments to ubuntu-image classic calls. --- live-build/auto/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/live-build/auto/build b/live-build/auto/build index 69088f1c..f27bbb7b 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -36,9 +36,9 @@ if [ "${IMAGEFORMAT:-}" = "ubuntu-image" ]; then mv output/seed.manifest "$PREFIX".manifest else # First we need to build the gadget tree - make -C "config/$PREFIX-gadget" + make -C "config/$PREFIX-gadget" ARCH=$ARCH SERIES=$SUITE ubuntu-image classic $UBUNTU_IMAGE_ARGS \ - -p $PROJECT -a $ARCH --subarch $SUBARCH \ + -s $SUITE -p $PROJECT -a $ARCH --subarch $SUBARCH \ -O output config/$PREFIX-gadget/install # XXX: currently we only have one image generated, but really # we should be supporting more than one for models that