summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README3
-rwxr-xr-xsrc/patch-install-cd.sh5
2 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index 2360655..1dd4b7a 100644
--- a/README
+++ b/README
@@ -25,4 +25,5 @@ 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 installer scripts)
* libraries -> /home/arch/fifa/lib
-* all other files (profiles, package lists,...) used by/for this script -> /home/arch/fifa
+* docs -> /home/arch/fifa/docs
+* all other files (profiles, package lists, ...) used by/for this script -> /home/arch/fifa
diff --git a/src/patch-install-cd.sh b/src/patch-install-cd.sh
index 47b222b..a0158ae 100755
--- a/src/patch-install-cd.sh
+++ b/src/patch-install-cd.sh
@@ -1,6 +1,9 @@
#!/bin/sh
SRC_DIR=`dirname $0` # the src directory in the git clone
-mkdir /home/arch/fifa/
+GIT_DIR=`dirname $SRC_DIR` # the git clone dir itself
+mkdir -p /home/arch/fifa/docs
cp -ax $SRC_DIR/fifa.sh /arch/fifa.sh
cp -ax $SRC_DIR/profiles/* /home/arch/fifa/
cp -ax $SRC_DIR/lib /home/arch/fifa/lib
+cp -ax $GIT_DIR/HOWTO /home/arch/fifa/docs/
+cp -ax $GIT_DIR/README /home/arch/fifa/docs/