From 950509bf5300703b349eb8c702f2e3b8b52f82f1 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Mon, 10 Nov 2008 22:32:30 +0100 Subject: section about variables --- README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README') 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 -- cgit v1.2.3-54-g00ecf