mirror of
https://git.launchpad.net/livecd-rootfs
synced 2026-04-02 15:11:17 +00:00
do not include squashfs on ubuntu-mini-iso
This commit is contained in:
parent
51fa2b9b92
commit
cd968f5717
@ -576,8 +576,10 @@ esac
|
|||||||
if [ "${MAKE_ISO}" = "yes" ]; then
|
if [ "${MAKE_ISO}" = "yes" ]; then
|
||||||
# For non-layered builds, create squashfs with cdrom.sources directly
|
# For non-layered builds, create squashfs with cdrom.sources directly
|
||||||
# in casper/. Layered builds already handle this in lb_binary_layered.
|
# in casper/. Layered builds already handle this in lb_binary_layered.
|
||||||
if [ -z "$PASSES" ]; then
|
if [ -z "$PASSES" ] && [ "$PROJECT" != "ubuntu-mini-iso" ]; then
|
||||||
isobuild generate-sources --mountpoint=/cdrom > chroot/etc/apt/sources.list.d/cdrom.sources
|
if [ -n "${POOL_SEED_NAME}" ]; then
|
||||||
|
isobuild generate-sources --mountpoint=/cdrom > chroot/etc/apt/sources.list.d/cdrom.sources
|
||||||
|
fi
|
||||||
create_squashfs chroot ${CASPER_DIR}/filesystem.squashfs
|
create_squashfs chroot ${CASPER_DIR}/filesystem.squashfs
|
||||||
rm chroot/etc/apt/sources.list.d/cdrom.sources
|
rm chroot/etc/apt/sources.list.d/cdrom.sources
|
||||||
for flavor in $LB_LINUX_FLAVOURS; do
|
for flavor in $LB_LINUX_FLAVOURS; do
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user