diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-12 06:44:21 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:38 +0100 |
commit | 1adae413a4728f1a5432e4c5af99d3e39bc98f60 (patch) | |
tree | 9e2d33324e3a1d33aae199f3ed9c5f81a115675e /helpers/lh_chroot_install-packages | |
parent | 765b7bb72d89617f070287f70fff3291767c6fe0 (diff) | |
download | vyos-live-build-1adae413a4728f1a5432e4c5af99d3e39bc98f60.tar.gz vyos-live-build-1adae413a4728f1a5432e4c5af99d3e39bc98f60.zip |
Always create stagefile for chroot_install-packages and require it for lh_source
This is required as lh_source will generate an incomplete source tarball if
only the bootstrap phase has been completed.
Diffstat (limited to 'helpers/lh_chroot_install-packages')
-rwxr-xr-x | helpers/lh_chroot_install-packages | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/helpers/lh_chroot_install-packages b/helpers/lh_chroot_install-packages index c97adde1e..e8e0ec12e 100755 --- a/helpers/lh_chroot_install-packages +++ b/helpers/lh_chroot_install-packages @@ -64,6 +64,7 @@ then # Saving cache Save_cache cache/packages_chroot - # Creating stage file - Create_stagefile .stage/chroot_install-packages fi + +# Creating stage file +Create_stagefile .stage/chroot_install-packages |