From a0ac9d78865e577d9b5c17bdd82d79bf770b575e Mon Sep 17 00:00:00 2001 From: mudler Date: Fri, 3 Jul 2015 23:51:57 +0200 Subject: [PATCH] setting gentoo.conf --- script/post-update.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/script/post-update.sh b/script/post-update.sh index 1da6530..9f680d2 100644 --- a/script/post-update.sh +++ b/script/post-update.sh @@ -1,5 +1,15 @@ #!/bin/bash +mkdir -p /etc/portage/repos.conf/ +echo "[DEFAULT] +main-repo = gentoo + +[gentoo] +location = /usr/portage +sync-type = rsync +sync-uri = rsync://rsync.europe.gentoo.org/gentoo-portage +" > /etc/portage/repos.conf/gentoo.conf + # Remove compilation tools equo rm --nodeps --force-system autoconf automake bison yacc binutils libtool gcc localepurge