diff options
author | Daniel Baumann <daniel@debian.org> | 2011-08-24 20:34:01 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-08-24 22:46:32 +0200 |
commit | 3ceb68b7d4eb5b28269c0780a808c3725c5f5668 (patch) | |
tree | ffcf3feed5e674de5a814b5e5269cd20c0042bfc /scripts/build/lb_binary | |
parent | 9d73420afc451a6367bec6873c74c649d08b9c01 (diff) | |
download | vyos-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')
-rwxr-xr-x | scripts/build/lb_binary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_binary b/scripts/build/lb_binary index 7cad80987..0aaf26631 100755 --- a/scripts/build/lb_binary +++ b/scripts/build/lb_binary @@ -50,7 +50,7 @@ then lb chroot_sysv-rc install ${*} lb chroot_upstart install ${*} lb chroot_apt install-binary ${*} - lb chroot_archives install ${*} + lb chroot_archives chroot install ${*} fi # Building root filesystem |