Skip to content

Instantly share code, notes, and snippets.

@dmp1ce
Created September 27, 2012 18:50
Show Gist options
  • Save dmp1ce/3795698 to your computer and use it in GitHub Desktop.
Save dmp1ce/3795698 to your computer and use it in GitHub Desktop.
Linode gentoo setup script
#!/bin/bash
# Some things to do for a fresh Linode Gentoo install
# Source: http://www.linode.com/wiki/index.php/Gentoo
# TODO: This should be run as ROOT!
# Get portage in sync
eix-sync
# Update portage
emerge portage
# Update core utilities and compiler
# emerge binutils gcc
# Update environment
# source /etc/profile
# Update world
emerge --verbose --update --deep --with-bdeps=y --newuse world
emerge --depclean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment