diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-10-04 15:49:08 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2010-10-04 16:02:35 +0200 |
| commit | 5cb7e4ae6c89c1f4a8889371092ae0b2f189dfa3 (patch) | |
| tree | e77d23b6922b7945acc1716a213d52e0822d55a2 /scripts/build/lb_binary_rootfs | |
| parent | c1de4faf10dd9900ca340e7f88242a4663c2588a (diff) | |
| download | vyos-live-build-5cb7e4ae6c89c1f4a8889371092ae0b2f189dfa3.tar.gz vyos-live-build-5cb7e4ae6c89c1f4a8889371092ae0b2f189dfa3.zip | |
Removing --binary-pool again, not ready yet.
See #598935, #598991 and and
http://lists.debian.org/debian-live/2010/10/msg00079.html
for details.
Diffstat (limited to 'scripts/build/lb_binary_rootfs')
| -rwxr-xr-x | scripts/build/lb_binary_rootfs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/build/lb_binary_rootfs b/scripts/build/lb_binary_rootfs index 173c5cc3f..b5ca06899 100755 --- a/scripts/build/lb_binary_rootfs +++ b/scripts/build/lb_binary_rootfs @@ -420,9 +420,8 @@ case "${LB_CHROOT_FILESYSTEM}" in ;; esac ;; -esac -rm -f chroot/etc/apt/sources.list.d/live-media.list +esac for STAGE in ${LB_CACHE_STAGES} do |
