From 24e3f4740d10abf42ba64dc90911846793fbe032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Tue, 28 Mar 2023 11:02:47 +0200 Subject: [PATCH] Add verbosity to the build script and ubuntu-image - for debugging. --- 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 3d38dde9..d2a0632b 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -1,5 +1,5 @@ #! /bin/sh -set -e +set -ex export LC_ALL=C @@ -106,7 +106,7 @@ if [ "${IMAGEFORMAT:-}" = "ubuntu-image" ]; then xz -0 -T4 "$PREFIX".img mv output/seed.manifest "$PREFIX".manifest else - ubuntu-image classic $UBUNTU_IMAGE_ARGS \ + ubuntu-image --verbose --debug classic $UBUNTU_IMAGE_ARGS \ -O output "$PREFIX".yaml # Since the output of the ubuntu-image call can vary based on what # kind of an image we build, the safest bet is to 'export' all the