diff options
author | Daniel Baumann <daniel@debian.org> | 2012-12-30 12:51:03 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-12-30 12:51:18 +0100 |
commit | 2ef5a2bfe1dec6ecdf0a163177459ef074f67f7c (patch) | |
tree | 3aab07c25f545b9cafad982d47c267487a1cea98 /scripts | |
parent | 8541893e7c4744a170c411ce2061447cdc005c8d (diff) | |
download | vyos-live-build-2ef5a2bfe1dec6ecdf0a163177459ef074f67f7c.tar.gz vyos-live-build-2ef5a2bfe1dec6ecdf0a163177459ef074f67f7c.zip |
Omitting binary manifest creation when chroot filesystem is set to none.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/binary_manifest | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/build/binary_manifest b/scripts/build/binary_manifest index 420d6b427..2f0d9cf2a 100755 --- a/scripts/build/binary_manifest +++ b/scripts/build/binary_manifest @@ -24,6 +24,11 @@ Arguments "${@}" Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source Set_defaults +if [ "${LB_CHROOT_FILESYSTEM}" = "none" ] +then + exit 0 +fi + Echo_message "Begin creating manifest..." # Requiring stage file |