buildCurrentSymlinkedKernel: do not try to install firmware

Out of tree firmware should be used instead!
This commit is contained in:
Tobias Klaus 2018-04-27 06:15:38 +02:00
parent 37040710cf
commit a347986e91

View file

@ -45,7 +45,7 @@ if [[ "$NOCONFIG" || "$FORCE" ]] ; then
echo mounting boot if not yet mounted
mount /boot 2> /dev/null
(make -j17 -l15 CC="ccache gcc" && make install && make modules_install && make firmware_install) > "buildlog-$TIMESTAMP" || tail -n 20 "buildlog-$TIMESTAMP"
(make -j17 -l15 CC="ccache gcc" && make install && make modules_install) > "buildlog-$TIMESTAMP" || tail -n 20 "buildlog-$TIMESTAMP"
GRUBMKONFIG="$(which grub2-mkconfig 2> /dev/null)"
if [[ -z "$GRUBMKONFIG" ]] ; then