Updating static list of live specific packages that get unconditionally added and included in the source images.
This commit is contained in:
parent
53898caf1f
commit
4eec1db12f
|
@ -54,9 +54,7 @@ Chroot chroot "dpkg --get-selections" | awk '{ print $1 }' > source-selection.tx
|
||||||
|
|
||||||
cat >> source-selection.txt << EOF
|
cat >> source-selection.txt << EOF
|
||||||
${LB_BOOTLOADER}
|
${LB_BOOTLOADER}
|
||||||
live-helper
|
live-build
|
||||||
${LB_INITRAMFS}
|
|
||||||
live-config-${LB_INITSYSTEM}
|
|
||||||
dosfstools
|
dosfstools
|
||||||
genisoimage
|
genisoimage
|
||||||
parted
|
parted
|
||||||
|
|
Loading…
Reference in New Issue