diff options
author | Daniel Baumann <daniel@debian.org> | 2012-04-26 23:08:15 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-04-26 23:08:15 +0200 |
commit | 4eec1db12fc4e573335fe7aa506a8c0c135254df (patch) | |
tree | 05fb3f23fcf16d261f7125da314a6ed81454fefb /scripts/build/lb_source_debian | |
parent | 53898caf1f43a6dc6cd67e7feb001890bb7b5c47 (diff) | |
download | vyos-live-build-4eec1db12fc4e573335fe7aa506a8c0c135254df.tar.gz vyos-live-build-4eec1db12fc4e573335fe7aa506a8c0c135254df.zip |
Updating static list of live specific packages that get unconditionally added and included in the source images.
Diffstat (limited to 'scripts/build/lb_source_debian')
-rwxr-xr-x | scripts/build/lb_source_debian | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/build/lb_source_debian b/scripts/build/lb_source_debian index c7a68348c..4781e43af 100755 --- a/scripts/build/lb_source_debian +++ b/scripts/build/lb_source_debian @@ -54,9 +54,7 @@ Chroot chroot "dpkg --get-selections" | awk '{ print $1 }' > source-selection.tx cat >> source-selection.txt << EOF ${LB_BOOTLOADER} -live-helper -${LB_INITRAMFS} -live-config-${LB_INITSYSTEM} +live-build dosfstools genisoimage parted |