Add procedure for 'system' target
authorAndrew Gaffney <agaffney@gentoo.org>
Tue, 13 Jan 2009 21:56:47 +0000 (15:56 -0600)
committerAndrew Gaffney <agaffney@gentoo.org>
Tue, 13 Jan 2009 21:56:47 +0000 (15:56 -0600)
ChangeLog
TODO

index b5d64c81eb19447aad084683ab6125ec018e0a71..1576b29465d0685ecdfdcd9573003d0d62102f49 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 2002-2009 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS)
 # Distributed under the GPL v2
 
+  13 Jan 2009; Andrew Gaffney <agaffney@gentoo.org> TODO:
+  Add procedure for 'system' target
+
   13 Jan 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> M:
   TODO updates: add information about verification of
   seeds/caches/configs/specs, update automated actions section in targets, add
diff --git a/TODO b/TODO
index 5cf9f08ce320d84ed61a5f93114751debea9b93c..fa6c7b8960dc6cc99c327323c6d60d5b511e603d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -131,6 +131,12 @@ Targets:
 - add new targets
   - system
     - aligned with current stage3, but has all lower-level work done (toolchain)
+      - mkdir -p /tmp/stage3root/etc
+      - cp -a /etc/make.conf /etc/make.globals make.profile /tmp/stage3root/etc/
+      - ROOT=/tmp/stage3root PORTAGE_CONFIGROOT=/tmp/stage3root
+      - USE=build emerge -O1 baselayout
+      - emerge system
+      - eat cake
   - world
     - stage4 work-a-like
   - all-stages