diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-07-08 07:39:24 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-07-08 07:39:24 -0400 |
commit | 8ae1516a880db7b3b24ec0a9692c78d4f23dd0c4 (patch) | |
tree | ed59fa43735e0bbb169815d208449c93fb9bc058 /scripts | |
parent | scripts/cycle.1.py: clean out zoneinfo. (diff) | |
download | grs-8ae1516a880db7b3b24ec0a9692c78d4f23dd0c4.tar.gz grs-8ae1516a880db7b3b24ec0a9692c78d4f23dd0c4.tar.bz2 grs-8ae1516a880db7b3b24ec0a9692c78d4f23dd0c4.zip |
scripts/cycle.2.sh: add stage2 build.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/cycle.2.sh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/scripts/cycle.2.sh b/scripts/cycle.2.sh index 55ace98..f2d9364 100644 --- a/scripts/cycle.2.sh +++ b/scripts/cycle.2.sh @@ -1,8 +1,3 @@ #!/bin/bash -e -source /etc/profile -env-update -install-worldconf -emerge -buvNDq --keep-going --with-bdeps=y @world -clean-worldconf -emerge -bq @preserved-rebuild +/usr/portage/scripts/bootstrap.sh |