mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-06 16:31:35 +00:00
Verbosity flags are mutually exclusive.
This commit is contained in:
parent
5c776d41f5
commit
d271a5a985
@ -106,7 +106,7 @@ if [ "${IMAGEFORMAT:-}" = "ubuntu-image" ]; then
|
|||||||
xz -0 -T4 "$PREFIX".img
|
xz -0 -T4 "$PREFIX".img
|
||||||
mv output/seed.manifest "$PREFIX".manifest
|
mv output/seed.manifest "$PREFIX".manifest
|
||||||
else
|
else
|
||||||
ubuntu-image --verbose --debug classic $UBUNTU_IMAGE_ARGS \
|
ubuntu-image --debug classic $UBUNTU_IMAGE_ARGS \
|
||||||
-O output "$PREFIX".yaml
|
-O output "$PREFIX".yaml
|
||||||
# Since the output of the ubuntu-image call can vary based on what
|
# 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
|
# kind of an image we build, the safest bet is to 'export' all the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user