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_chroot | |
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_chroot')
-rwxr-xr-x | scripts/build/lb_chroot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/lb_chroot b/scripts/build/lb_chroot index 3ccbbfe91..7aacdfd07 100755 --- a/scripts/build/lb_chroot +++ b/scripts/build/lb_chroot @@ -49,7 +49,7 @@ lb chroot_hosts install ${*} lb chroot_resolv install ${*} lb chroot_hostname install ${*} lb chroot_apt install ${*} -lb chroot_archives install ${*} +lb chroot_archives chroot install ${*} # Customizing chroot lb chroot_linux-image ${*} @@ -78,7 +78,7 @@ lb chroot_interactive ${*} Chroot chroot "dpkg-query -W" > binary.packages.live # Deconfiguring chroot -lb chroot_archives remove ${*} +lb chroot_archives chroot remove ${*} lb chroot_apt remove ${*} lb chroot_hostname remove ${*} lb chroot_resolv remove ${*} |