upd
This commit is contained in:
@@ -20,7 +20,7 @@ echo "Aggregating configuration..."
|
||||
rm -rf "$CTX" && mkdir -p "$CTX"/var/lib/portage
|
||||
|
||||
# config types to merge
|
||||
CONFIGS=(package.use package.accept_keywords package.license package.mask package.unmask package.env)
|
||||
CONFIGS=(package.use package.accept_keywords package.license package.mask package.unmask package.env repos.conf)
|
||||
|
||||
for type in "${CONFIGS[@]}"; do
|
||||
dest="$CTX/etc/portage/$type"
|
||||
@@ -89,6 +89,12 @@ source /etc/profile
|
||||
echo "> Syncing tree..."
|
||||
emerge-webrsync -q
|
||||
|
||||
echo "> Instlaling git"
|
||||
emerge -1av dev-vcs/git
|
||||
|
||||
echo "> Syncing overlays"
|
||||
emaint sync -a
|
||||
|
||||
echo "> Setting Profile..."
|
||||
eselect profile set "$PROFILE"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user