summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-11-10 22:32:30 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-11-10 22:32:30 +0100
commit950509bf5300703b349eb8c702f2e3b8b52f82f1 (patch)
tree7604b2a23a4dc172e327df23163d6cbfae026340 /README
parent45574ccfbfc49796712c60df7be573ad2f076db4 (diff)
section about variables
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 9c78b35..698d590 100644
--- a/README
+++ b/README
@@ -109,7 +109,11 @@ choice of editors, you'll probably edit on your pc, commit, push to github
and pull from the clone on the cd.
If you want to do debugging, just call the debug function and export DEBUG=1
before calling the scripts.
-
+Keep in mind there are 3 kinds of variables. Those that affect/belong to
+the runtime (install cd live environment), target (affects/belongs to the
+target installation) and TMP (everything in between or extra). Variablenames
+should have _TARGET or _TMP suffixes or none for runtime. (Honestly though,
+it isn't always the case like that now, I need to do more refactoring)
Much of the code in the core module is taken (and modified) from the 'real' arch linux install