Skip to content

Instantly share code, notes, and snippets.

@mvlabat
Last active March 31, 2016 19:42
Show Gist options
  • Save mvlabat/21a3910238298e875ffe5f15c1fbdbc2 to your computer and use it in GitHub Desktop.
Save mvlabat/21a3910238298e875ffe5f15c1fbdbc2 to your computer and use it in GitHub Desktop.
Updating kernel on Gentoo
# Rebuild only
make modules_prepare
make -j8 # Threads count
make modules_install
make install
#make modules_prepare && make -j8 && make modules_install && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment