mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-19 07:02:07 +00:00
Add verbosity to the build script and ubuntu-image - for debugging.
This commit is contained in:
parent
7d93f07d49
commit
24e3f4740d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user