Skip to content

Commit

Permalink
Revert "don't install kernel twice"
Browse files Browse the repository at this point in the history
This reverts commit b5009b0.
  • Loading branch information
BoukeHaarsma23 committed Jul 28, 2024
1 parent 513a70f commit b406388
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ pacman -S --noconfirm dracut
if [ "$KERNEL_PACKAGE_ORIGIN" == "local" ] ; then
pacman --noconfirm -U --overwrite '*' \
/own_pkgs/${KERNEL_PACKAGE}-*.pkg.tar.zst
rm -rf /own_pkgs/${KERNEL_PACKAGE}-*.pkg.tar.zst
else
pacman --noconfirm -S "${KERNEL_PACKAGE}" "${KERNEL_PACKAGE}-headers"
fi
Expand Down

0 comments on commit b406388

Please sign in to comment.