install linux-firmware-free by default

This commit is contained in:
parazyd 2016-10-15 00:46:21 +02:00
parent d2089d9a20
commit 331398ff51
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
2 changed files with 3 additions and 0 deletions

1
config
View File

@ -59,6 +59,7 @@ base_packages=(
wpasupplicant
wireless-tools
elinks
firmware-linux-free
)
purge_packages=(

View File

@ -138,6 +138,7 @@ bootstrap_tar_pack() {
#apt-get --yes --force-yes purge ${extra_packages}
apt-get --yes --force-yes autoremove
apt-get clean
rm -f /prepack
EOF
sudo chmod +x $strapdir/prepack || zerr
@ -181,6 +182,7 @@ apt-get --yes --force-yes upgrade
apt-get --yes --force-yes install ${extra_packages}
apt-get --yes --force-yes autoremove
apt-get clean
rm -f /postunpack
EOF
dpkgdivert on $strapdir