summaryrefslogtreecommitdiff
path: root/scripts/build/lb_binary_rootfs
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-08-24 20:34:01 +0200
committerDaniel Baumann <daniel@debian.org>2011-08-24 22:46:32 +0200
commit3ceb68b7d4eb5b28269c0780a808c3725c5f5668 (patch)
treeffcf3feed5e674de5a814b5e5269cd20c0042bfc /scripts/build/lb_binary_rootfs
parent9d73420afc451a6367bec6873c74c649d08b9c01 (diff)
downloadvyos-live-build-3ceb68b7d4eb5b28269c0780a808c3725c5f5668.tar.gz
vyos-live-build-3ceb68b7d4eb5b28269c0780a808c3725c5f5668.zip
Introducing --apt-sources option to control if the live system should have deb-src entries in sources.list.
Diffstat (limited to 'scripts/build/lb_binary_rootfs')
-rwxr-xr-xscripts/build/lb_binary_rootfs12
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/build/lb_binary_rootfs b/scripts/build/lb_binary_rootfs
index 6f5ed21a9..6ee9d1590 100755
--- a/scripts/build/lb_binary_rootfs
+++ b/scripts/build/lb_binary_rootfs
@@ -145,7 +145,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
rm -f .lock
mv chroot/chroot chroot.tmp
- lb chroot_archives remove ${*}
+ lb chroot_archives binary remove ${*}
lb chroot_apt remove ${*}
lb chroot_hostname remove ${*}
lb chroot_resolv remove ${*}
@@ -174,7 +174,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
lb chroot_resolv install ${*}
lb chroot_hostname install ${*}
lb chroot_apt install ${*}
- lb chroot_archives install ${*}
+ lb chroot_archives binary remove ${*}
touch .lock
else
@@ -235,7 +235,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
rm -f .lock
mv chroot/chroot chroot.tmp
- lb chroot_archives remove ${*}
+ lb chroot_archives binary remove ${*}
lb chroot_apt remove ${*}
lb chroot_hostname remove ${*}
lb chroot_resolv remove ${*}
@@ -264,7 +264,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
lb chroot_resolv install ${*}
lb chroot_hostname install ${*}
lb chroot_apt install ${*}
- lb chroot_archives install ${*}
+ lb chroot_archives binary remove ${*}
touch .lock
else
@@ -380,7 +380,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
rm -f .lock
mv chroot/chroot chroot.tmp
- lb chroot_archives remove ${*}
+ lb chroot_archives binary remove ${*}
lb chroot_apt remove ${*}
lb chroot_hostname remove ${*}
lb chroot_resolv remove ${*}
@@ -409,7 +409,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
lb chroot_resolv install ${*}
lb chroot_hostname install ${*}
lb chroot_apt install ${*}
- lb chroot_archives install ${*}
+ lb chroot_archives binary remove ${*}
touch .lock
else