Skip to content

Instantly share code, notes, and snippets.

@manuel-rabade
Last active February 14, 2016 23:39
Show Gist options
  • Save manuel-rabade/7da1765798a7e637c284 to your computer and use it in GitHub Desktop.
Save manuel-rabade/7da1765798a7e637c284 to your computer and use it in GitHub Desktop.
Actualiza el kernel de gentoo con oldconfig y genkernel
# eselect kernel set X
# zcat /proc/config.gz > /usr/src/linux/.config
# cd /usr/src/linux && make oldconfig
# genkernel --no-oldconfig --no-clean all
# emerge @module-rebuild
# grub2-mkconfig -o /boot/grub/grub.cfg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment