From 989421fcc4ad51bcb61e068b972993836b9482cc Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Fri, 31 Oct 2008 11:22:33 +0100 Subject: moved patching of install cd to separate script so howto is easier now --- src/patch-install-cd.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/patch-install-cd.sh (limited to 'src/patch-install-cd.sh') 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/ -- cgit v1.2.3-54-g00ecf