install linux-firmware-free by default
This commit is contained in:
parent
d2089d9a20
commit
331398ff51
1
config
1
config
|
|
@ -59,6 +59,7 @@ base_packages=(
|
|||
wpasupplicant
|
||||
wireless-tools
|
||||
elinks
|
||||
firmware-linux-free
|
||||
)
|
||||
|
||||
purge_packages=(
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue