mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-12 11:22:09 +00:00
add a little debugging output
This commit is contained in:
parent
17279822d5
commit
8106244b42
@ -140,10 +140,13 @@ build_layered_squashfs () {
|
|||||||
create_squashfs "overlay.${pass}/" ${squashfs_f}
|
create_squashfs "overlay.${pass}/" ${squashfs_f}
|
||||||
|
|
||||||
if [ -f config/$pass.catalog-in.yaml ]; then
|
if [ -f config/$pass.catalog-in.yaml ]; then
|
||||||
|
echo "Expanding catalog entry template for $pass"
|
||||||
/usr/share/livecd-rootfs/update-source-catalog --output livecd.${PROJECT}.install-sources.yaml \
|
/usr/share/livecd-rootfs/update-source-catalog --output livecd.${PROJECT}.install-sources.yaml \
|
||||||
--template config/$pass.catalog-in.yaml \
|
--template config/$pass.catalog-in.yaml \
|
||||||
--size $(du -B 1 -s chroot/ | cut -f1) --squashfs ${pass}.squashfs \
|
--size $(du -B 1 -s chroot/ | cut -f1) --squashfs ${pass}.squashfs \
|
||||||
--translations config/catalog-translations
|
--translations config/catalog-translations
|
||||||
|
else
|
||||||
|
echo "No catalog entry template for $pass"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user