diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-09-26 14:28:41 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2010-09-26 15:11:52 +0200 |
| commit | edf07969dfcdb971435bdac007d51264fb388a1b (patch) | |
| tree | ce3f520a21b750689e240ce381824aacebab00cc /scripts/build/lb_binary_rootfs | |
| parent | c1a3f8457fd5bfd701fdfb92e6a76a36b5af49f9 (diff) | |
| download | vyos-live-build-edf07969dfcdb971435bdac007d51264fb388a1b.tar.gz vyos-live-build-edf07969dfcdb971435bdac007d51264fb388a1b.zip | |
Adding option to allow using the live-media pool in live system.
Diffstat (limited to 'scripts/build/lb_binary_rootfs')
| -rwxr-xr-x | scripts/build/lb_binary_rootfs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/build/lb_binary_rootfs b/scripts/build/lb_binary_rootfs index 27af0993a..483fdfb86 100755 --- a/scripts/build/lb_binary_rootfs +++ b/scripts/build/lb_binary_rootfs @@ -411,9 +411,10 @@ case "${LB_CHROOT_FILESYSTEM}" in ;; esac ;; - esac +rm -f chroot/etc/apt/sources.list.d/live-media.list + for STAGE in ${LB_CACHE_STAGES} do if [ "${STAGE}" = "rootfs" ] |
