Last active
August 29, 2015 14:00
-
-
Save kozo2/b7366a8a9cfd9716e94b to your computer and use it in GitHub Desktop.
getting started - gentwoo (with gentoo docker container)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
emerge-webrsync | |
eselect news read new | |
emerge mirrorselect | |
mirrorselect -i -o >> /etc/portage/make.conf | |
mirrorselect -i -r -o >> /etc/portage/make.conf | |
emerge layman | |
echo "source /var/lib/layman/make.conf" >> /etc/portage/make.conf | |
layman -L | |
layman -a betagarden | |
CONFIG_PROTECT_MASK="/etc" emerge gentwoo --autounmask-write | |
nano /etc/gentwoo.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment