summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthijs Kooijman <matthijs@stdin.nl>2012-01-03 21:08:34 +0100
committerDaniel Baumann <daniel@debian.org>2012-01-03 21:08:34 +0100
commit4581e49d4e75721bee16dd1b4c57fb3b4d56ec7c (patch)
treec1ae750e1d2b151da4c8ab0c7a970d82e220dc03
parentf57757371bd7ade21e40f0fc1db716de8c1d70a8 (diff)
downloadvyos-live-build-4581e49d4e75721bee16dd1b4c57fb3b4d56ec7c.tar.gz
vyos-live-build-4581e49d4e75721bee16dd1b4c57fb3b4d56ec7c.zip
Fixing lb_binary_rootfs leaving the chroot without archives files.
-rwxr-xr-xscripts/build/lb_binary_rootfs6
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