fix install step

master
Nick Wiltshire 2021-07-17 18:40:15 -06:00
parent 3d3b86b643
commit 44be62e9be
1 changed files with 2 additions and 1 deletions

View File

@ -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