mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-09 09:51:30 +00:00
Add missing arguments to ubuntu-image classic calls.
This commit is contained in:
parent
72716862ff
commit
d3eb3dd0ac
@ -36,9 +36,9 @@ if [ "${IMAGEFORMAT:-}" = "ubuntu-image" ]; then
|
|||||||
mv output/seed.manifest "$PREFIX".manifest
|
mv output/seed.manifest "$PREFIX".manifest
|
||||||
else
|
else
|
||||||
# First we need to build the gadget tree
|
# 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 \
|
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
|
-O output config/$PREFIX-gadget/install
|
||||||
# XXX: currently we only have one image generated, but really
|
# XXX: currently we only have one image generated, but really
|
||||||
# we should be supporting more than one for models that
|
# we should be supporting more than one for models that
|
||||||
|
Loading…
x
Reference in New Issue
Block a user