summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-02-14 23:20:27 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2009-02-14 23:20:27 +0100
commit6b2a02c6099da06aeddc4a0595121943fada07c6 (patch)
tree6bce0df55639e3ad2c9468f036f7c30086852a63 /README
parent20cadeb452b15563a9e6eafe6d3bb6b760388cba (diff)
tried to make aif FHS/hier compliant + updated howto/readme
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 6 insertions, 5 deletions
diff --git a/README b/README
index caaadd7..71d4064 100644
--- a/README
+++ b/README
@@ -10,7 +10,7 @@ Homepage: http://github.com/Dieterbe/aif
** --> Intro / Current state of things <-- **
-AIF is included on the 2009-01 Arch install CD's as an experimental alternative for the old installer (/arch/setup).
+AIF is included on the 2009.02 Arch install CD's as an experimental alternative for the old installer (/arch/setup).
AIF is based on the old installer, but the code has been madly refactored, reorganized, cleaned up and in some places replaced.
AIF comes by default with these procedures:
@@ -67,10 +67,11 @@ The goal of AIF is not (yet):
Basically aif.sh is put in /arch (together with the default installer scripts), while all other aif-related files belong in /home/arch/aif
* aif.sh -> /arch/aif
-* docs -> /home/arch/aif/docs/
-* core module -> /home/arch/aif/core
-* user modules -> /home/arch/aif/user/<module name> (put your own modules here)
-* runtime files -> /home/arch/aif/runtime (package list etc go here)
+* docs -> /usr/share/aif/docs
+* core module -> /usr/lib/aif/core
+* user modules -> /usr/lib/aif/user/<module name> (put your own modules here)
+* runtime files -> /tmp/aif (package list etc go here)
+* logs -> /var/log/aif
A module can have 2 directories: libs, and procedures.