summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-10-30 19:58:29 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-10-30 19:58:29 +0100
commitc4ec3e695b2ebb6d3e57c65e69616d9277fd041f (patch)
tree83cfd2d9e76d6cc25d2285fbadb14f203d6a89a4 /README
first commit
Diffstat (limited to 'README')
-rw-r--r--README28
1 files changed, 28 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..ae20d80
--- /dev/null
+++ b/README
@@ -0,0 +1,28 @@
+FIFA is a Flexible Installer Framework for Arch linux.
+
+--- Very, very early in development. Use at own risk!! ---
+
+
+Licensce: GPL3. See COPYING.
+Author: Dieter Plaetinck
+Homepage: http://github.com/Dieterbe/fifa
+
+
+** Goals **
+The goal of this project is
+1) to allow you to install Arch Linux in more flexible and powerful ways.
+2) write an automated (unattended) installer
+3) Apply DRY patterns to the installation procedure, making it more easy to maintain the code.
+
+
+You can choose to use unattended (automatic) installation (you can write different profiles for different scenario's,
+and/or use autodetection) or prompt the user for whatever you want to know (you could mimic the official installer like
+that).
+You can also take parts from different profiles (installation procedures) and combine them
+together to come up with the installation procedure of your liking.
+
+
+** Notes **
+all files (profiles, package lists,...) used by/for this script should be stored in /home/arch/fifa in the
+live environment. Put fifa.sh wherever you want, but putting it together
+with the other installers (in /arch) seems the most obvious to me.