summaryrefslogtreecommitdiff
path: root/HOWTO
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 /HOWTO
parent24521d1abf7f2b3908894404875cffc98658d4d7 (diff)
written howto + documentation fixes
Diffstat (limited to 'HOWTO')
-rw-r--r--HOWTO15
1 files changed, 15 insertions, 0 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