add live-boot-initramfs-tools as a iso dep

This commit is contained in:
parazyd 2017-02-24 12:54:12 +01:00
parent 02c8ad45b3
commit fcf2439ffe
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ iso_prepare_strap() {
cat <<EOF | sudo tee ${strapdir}/isoprep >/dev/null
#!/bin/sh
apt-get update
apt-get --yes --force-yes install dialog live-boot
apt-get --yes --force-yes install dialog live-boot live-boot-initramfs-tools
apt-get --yes --force-yes autoremove
apt-get clean
EOF