Compare commits
2 Commits
646c5a73b8
...
44be62e9be
| Author | SHA1 | Date | |
|---|---|---|---|
| 44be62e9be | |||
| 3d3b86b643 |
3
build.sh
3
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
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
cd /usr/src/linux
|
||||
|
||||
./scripts/config --enable CONFIG_E100
|
||||
|
||||
./scripts/config --module NETFILTER_XT_MATCH_RECENT
|
||||
Loading…
x
Reference in New Issue
Block a user