Compare commits
No commits in common. "38a52f3e90746fab93c6a8837514701c5c8e1ff1" and "ed1d8758e9983c1d9021e14ddfe308d4a746880d" have entirely different histories.
38a52f3e90
...
ed1d8758e9
1
build.sh
1
build.sh
@ -17,7 +17,6 @@ cd -
|
|||||||
cd /usr/src/linux;
|
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
|
|
||||||
(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
|
emerge -avtq @{x11-,}module-rebuild
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +0,0 @@
|
|||||||
cd /usr/src/linux
|
|
||||||
|
|
||||||
./scripts/config --enable CONFIG_E100
|
|
||||||
|
|
||||||
@ -38,20 +38,3 @@ cd /usr/src/linux;
|
|||||||
./scripts/config --enable MEDIA_CAMERA_SUPPORT
|
./scripts/config --enable MEDIA_CAMERA_SUPPORT
|
||||||
./scripts/config --enable MEDIA_USB_SUPPORT
|
./scripts/config --enable MEDIA_USB_SUPPORT
|
||||||
./scripts/config --enable USB_VIDEO_CLASS
|
./scripts/config --enable USB_VIDEO_CLASS
|
||||||
|
|
||||||
|
|
||||||
./scripts/config --enable CONFIG_BT_RFCOMM
|
|
||||||
./scripts/config --enable CONFIG_BT_RFCOMM_TTY
|
|
||||||
./scripts/config --enable CONFIG_BT_BNEP
|
|
||||||
./scripts/config --enable CONFIG_BT_BNEP_MC_FILTER
|
|
||||||
./scripts/config --enable CONFIG_BT_BNEP_PROTO_FILTER
|
|
||||||
./scripts/config --enable CONFIG_BT_HIDP
|
|
||||||
./scripts/config --enable CONFIG_CRYPTO_USER
|
|
||||||
./scripts/config --enable CONFIG_CRYPTO_USER_API_AEAD
|
|
||||||
|
|
||||||
# Minikube
|
|
||||||
./scripts/config --enable NF_CONNTRACK_TIMEOUT
|
|
||||||
./scripts/config --enable CONFIG_NF_CONNTRACK_EVENTS
|
|
||||||
./scripts/config --enable CONFIG_NETFILTER_NETLINK_QUEUE
|
|
||||||
./scripts/config --enable CONFIG_NF_CT_NETLINK_TIMEOUT
|
|
||||||
./scripts/config --enable CONFIG_NF_CT_NETLINK_HELPER
|
|
||||||
Loading…
x
Reference in New Issue
Block a user