diff options
author | Matthijs Kooijman <matthijs@stdin.nl> | 2012-01-03 21:08:34 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-01-03 21:08:34 +0100 |
commit | 4581e49d4e75721bee16dd1b4c57fb3b4d56ec7c (patch) | |
tree | c1ae750e1d2b151da4c8ab0c7a970d82e220dc03 /scripts | |
parent | f57757371bd7ade21e40f0fc1db716de8c1d70a8 (diff) | |
download | vyos-live-build-4581e49d4e75721bee16dd1b4c57fb3b4d56ec7c.tar.gz vyos-live-build-4581e49d4e75721bee16dd1b4c57fb3b4d56ec7c.zip |
Fixing lb_binary_rootfs leaving the chroot without archives files.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/lb_binary_rootfs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build/lb_binary_rootfs b/scripts/build/lb_binary_rootfs index 96523a866..e0901a5f8 100755 --- a/scripts/build/lb_binary_rootfs +++ b/scripts/build/lb_binary_rootfs @@ -186,7 +186,7 @@ case "${LB_CHROOT_FILESYSTEM}" in lb chroot_resolv install ${*} lb chroot_hostname install ${*} lb chroot_apt install ${*} - lb chroot_archives binary remove ${*} + lb chroot_archives binary install ${*} touch .lock else @@ -276,7 +276,7 @@ case "${LB_CHROOT_FILESYSTEM}" in lb chroot_resolv install ${*} lb chroot_hostname install ${*} lb chroot_apt install ${*} - lb chroot_archives binary remove ${*} + lb chroot_archives binary install ${*} touch .lock else @@ -421,7 +421,7 @@ case "${LB_CHROOT_FILESYSTEM}" in lb chroot_resolv install ${*} lb chroot_hostname install ${*} lb chroot_apt install ${*} - lb chroot_archives binary remove ${*} + lb chroot_archives binary install ${*} touch .lock else |