|
|
|
|
@ -17,6 +17,7 @@ cd -
|
|
|
|
|
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
|
|
|
|
|
emerge -avtq @{x11-,}module-rebuild
|
|
|
|
|
|
|
|
|
|
|