From a347986e912ac99524dff63f51a30fad9d045ce3 Mon Sep 17 00:00:00 2001 From: Tobias Klaus Date: Fri, 27 Apr 2018 06:15:38 +0200 Subject: [PATCH] buildCurrentSymlinkedKernel: do not try to install firmware Out of tree firmware should be used instead! --- buildCurrentSymlinkedKernel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildCurrentSymlinkedKernel.sh b/buildCurrentSymlinkedKernel.sh index f7363f8..ea03a09 100755 --- a/buildCurrentSymlinkedKernel.sh +++ b/buildCurrentSymlinkedKernel.sh @@ -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