Compare commits

...

2 Commits

Author SHA1 Message Date
44be62e9be fix install step 2021-07-17 18:40:15 -06:00
3d3b86b643 add netfilter recent 2021-07-17 18:37:56 -06:00
2 changed files with 3 additions and 2 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

View File

@ -1,4 +1,4 @@
cd /usr/src/linux
./scripts/config --enable CONFIG_E100
./scripts/config --module NETFILTER_XT_MATCH_RECENT