mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-12 03:41:12 +00:00
Set LIVE_PASSES manually and install ubuntu-image.
This commit is contained in:
parent
aa27044518
commit
14301d4c9d
@ -156,6 +156,11 @@ if [ "${IMAGEFORMAT:-}" = "ubuntu-image" ]; then
|
||||
fi
|
||||
|
||||
if [ "$PROJECT" = "ubuntu-core-desktop" ]; then
|
||||
export SNAPPY_STORE_NO_CDN=1
|
||||
LB_UBUNTU_IMAGE_CHANNEL="${LB_UBUNTU_IMAGE_CHANNEL:-edge}"
|
||||
snap install \
|
||||
--classic --channel="$LB_UBUNTU_IMAGE_CHANNEL" ubuntu-image
|
||||
|
||||
# Special case for ubuntu-core-desktop - we need to call
|
||||
# ubuntu-image twice, once for the core image payload and
|
||||
# then for the actual image.
|
||||
|
@ -833,6 +833,10 @@ case $PROJECT in
|
||||
size: @SIZE@
|
||||
variant: core
|
||||
EOF
|
||||
|
||||
# we have to manually mark the live layer as the LIVE_PASS, since it's also
|
||||
# the only layer we build
|
||||
LIVE_PASSES="live"
|
||||
;;
|
||||
|
||||
ubuntu-oem)
|
||||
|
Loading…
x
Reference in New Issue
Block a user