[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH] Fix lb_binary_rootfs leaving the chroot without archives files.



This seems like a copy-paste error introduced in
3ceb68b7d4eb5b28269c0780a808c3725c5f5668.
---
 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 96523a8..e0901a5 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
-- 
1.7.7


Reply to: