From 71b683809c2c36a34476f4292cd578a27a0fbad5 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Fri, 31 Oct 2008 11:00:47 +0100 Subject: written howto + documentation fixes --- HOWTO | 15 +++++++++++++++ README | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 HOWTO 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 -- cgit v1.2.3-54-g00ecf