summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-10-31 11:00:47 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-10-31 11:00:47 +0100
commit71b683809c2c36a34476f4292cd578a27a0fbad5 (patch)
tree09026866870927f89a132b2aac7235e2d3219ad5
parent24521d1abf7f2b3908894404875cffc98658d4d7 (diff)
written howto + documentation fixes
-rw-r--r--HOWTO15
-rw-r--r--README2
2 files changed, 16 insertions, 1 deletions
diff --git a/HOWTO b/HOWTO
new file mode 100644
index 0000000..038f811
--- /dev/null
+++ b/HOWTO
@@ -0,0 +1,15 @@
+### for unmodified install cd: (TODO: someday, have an iso that has the scripts already) ###
+
+You can copy-paste the code below when logged in to the install cd
+
+
+/arch/setup. # fake ftp install so it lets you run the network configure script
+# when network works, quit installer
+pacman -Sy git
+git clone git://github.com/Dieterbe/fifa.git /home/arch/tmp
+cp -ax /home/arch/tmp/src/fifa.sh /arch/fifa.sh
+cp -ax /home/arch/tmp/src/lib-archboot /arch/lib-archboot
+mkdir /home/arch/fifa/
+cp -ax /home/arch/tmp/src/profiles/* /home/arch/fifa/
+
+/arch/fifa.sh #you can skip networking
diff --git a/README b/README
index 768d57d..e532c55 100644
--- a/README
+++ b/README
@@ -23,6 +23,6 @@ together to come up with the installation procedure of your liking.
** File locations (on the install CD): **
-* fifa.sh -> /arch/fifa.sh (together with the default archboot scripts)
+* fifa.sh -> /arch/fifa.sh (together with the default installer scripts)
* libraries (eg lib-archboot) -> /arch/lib-archboot
* all other files (profiles, package lists,...) used by/for this script -> /home/arch/fifa