mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-05 16:31:13 +00:00
Add GENERATE_ROOTFS_ONLY to support to generate a single rootfs.
This commit is contained in:
commit
54c78064d2
@ -229,10 +229,16 @@ EOF
|
||||
(cd chroot && find usr/share/doc -maxdepth 1 -type d | xargs du -s | sort -nr)
|
||||
echo END docdirs
|
||||
|
||||
lb binary "$@"
|
||||
touch binary.success
|
||||
if [ -z "${GENERATE_ROOTFS_ONLY:-}" ]; then
|
||||
lb binary "$@"
|
||||
touch binary.success
|
||||
fi
|
||||
) 2>&1 | tee binary.log
|
||||
|
||||
if [ ! -z "${GENERATE_ROOTFS_ONLY:-}" ] && [ "${GENERATE_ROOTFS_ONLY}" != "false" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# bash has trouble with the build.sh sourcing arrangement at the top of this
|
||||
# file, so we use this cheap-and-cheerful approach rather than the more
|
||||
# correct 'set -o pipefail'.
|
||||
|
Loading…
x
Reference in New Issue
Block a user