Compare commits

..

No commits in common. "44be62e9be678f11173c10527f15192773eeef1f" and "646c5a73b86f3efbe53d40e47219e97266354b47" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -18,7 +18,6 @@ cd /usr/src/linux;
make KCFLAGS="-march=native" -j "$(nproc)" olddefconfig all make KCFLAGS="-march=native" -j "$(nproc)" olddefconfig all
dracut --host-only --no-kernel dracut --host-only --no-kernel
(mountpoint -q /boot || mount /boot) (mountpoint -q /boot || mount /boot) && make install modules_install && grub-mkconfig -o /boot/grub/grub.cfg
make install modules_install && grub-mkconfig -o /boot/grub/grub.cfg
emerge -avtq @{x11-,}module-rebuild emerge -avtq @{x11-,}module-rebuild

View File

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