From 44be62e9be678f11173c10527f15192773eeef1f Mon Sep 17 00:00:00 2001 From: Nick Wiltshire Date: Sat, 17 Jul 2021 18:40:15 -0600 Subject: [PATCH] fix install step --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 36ad9d7..933b46c 100755 --- a/build.sh +++ b/build.sh @@ -18,6 +18,7 @@ cd /usr/src/linux; make KCFLAGS="-march=native" -j "$(nproc)" olddefconfig all dracut --host-only --no-kernel -(mountpoint -q /boot || mount /boot) && make install modules_install && grub-mkconfig -o /boot/grub/grub.cfg +(mountpoint -q /boot || mount /boot) +make install modules_install && grub-mkconfig -o /boot/grub/grub.cfg emerge -avtq @{x11-,}module-rebuild