buildCurrentSymlinkedKernel: do not try to install firmware
Out of tree firmware should be used instead!
This commit is contained in:
parent
37040710cf
commit
a347986e91
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ if [[ "$NOCONFIG" || "$FORCE" ]] ; then
|
||||||
echo mounting boot if not yet mounted
|
echo mounting boot if not yet mounted
|
||||||
mount /boot 2> /dev/null
|
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)"
|
GRUBMKONFIG="$(which grub2-mkconfig 2> /dev/null)"
|
||||||
if [[ -z "$GRUBMKONFIG" ]] ; then
|
if [[ -z "$GRUBMKONFIG" ]] ; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue