Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 359 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 359 Bytes

Linux Kernel Configs

Linux kernel configurations I use in my computers.

Gentoo

One-iner to build with LVM encrypted support:

nice -n 19 make -j 24 && make modules_install && make install && nice -n 19 genkernel --lvm --luks --kernel-config=/usr/src/linux/.config initramfs && emerge @module-rebuild && grub-mkconfig -o /boot/grub/grub.cfg