diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/patch-install-cd.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/patch-install-cd.sh b/src/patch-install-cd.sh new file mode 100644 index 0000000..65359a9 --- /dev/null +++ b/src/patch-install-cd.sh @@ -0,0 +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/profiles/* /home/arch/fifa/ |