summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-10-31 16:18:58 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-10-31 16:18:58 +0100
commit9572d5ef6fbcb3a835bce8cf65959d7e537891db (patch)
tree913f407f35477e4436d88d7cc8e82676c83f2521
parent6c37925a68ef5d8fe4539262d44e4df29c51a319 (diff)
fixes for new lib location
-rw-r--r--README2
-rwxr-xr-xsrc/fifa.sh2
-rwxr-xr-xsrc/patch-install-cd.sh4
3 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index e532c55..2360655 100644
--- a/README
+++ b/README
@@ -24,5 +24,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 (eg lib-archboot) -> /arch/lib-archboot
+* libraries -> /home/arch/fifa/lib
* all other files (profiles, package lists,...) used by/for this script -> /home/arch/fifa
diff --git a/src/fifa.sh b/src/fifa.sh
index bc9020a..52635ca 100755
--- a/src/fifa.sh
+++ b/src/fifa.sh
@@ -91,7 +91,7 @@ echo "Welcome to $TITLE"
mount -o remount,rw / &>/dev/null
-load_library lib/lib-*.sh
+load_library /home/arch/fifa/lib/lib-*.sh
[ "$1" != base ] && load_profile base
load_profile $1
diff --git a/src/patch-install-cd.sh b/src/patch-install-cd.sh
index 65359a9..47b222b 100755
--- a/src/patch-install-cd.sh
+++ b/src/patch-install-cd.sh
@@ -1,6 +1,6 @@
#!/bin/sh
SRC_DIR=`dirname $0` # the src directory in the git clone
-cp -ax $SRC_DIR/fifa.sh /arch/fifa.sh
-cp -ax $SRC_DIR/lib-archboot /arch/lib-archboot
mkdir /home/arch/fifa/
+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