commit:     8ae1516a880db7b3b24ec0a9692c78d4f23dd0c4
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  8 11:39:24 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Jul  8 11:39:24 2015 +0000
URL:        https://gitweb.gentoo.org/proj/grs.git/commit/?id=8ae1516a

scripts/cycle.2.sh: add stage2 build.

 build              | 24 ++++++++++++------------
 scripts/cycle.2.sh |  7 +------
 2 files changed, 13 insertions(+), 18 deletions(-)

diff --git a/build b/build
index a8561a6..eb629f3 100644
--- a/build
+++ b/build
@@ -11,18 +11,18 @@ unmount
 clean
 tarit stage1-amd64-hardened
 hashit
-#
-#log stamp
-#log STAGE_2
-#log stamp
-#
-#mount
-#populate 2
-#runscript cycle.2.sh
-#unmount
-#clean
-#tarit stage2-amd64-hardened
-#hashit
+
+log stamp
+log STAGE_2
+log stamp
+
+mount
+populate 2
+runscript cycle.2.sh
+unmount
+clean
+tarit stage2-amd64-hardened
+hashit
 #
 #log stamp
 #log CYCLE_3

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

Reply via email to