From 9d23efa73ae778e0e70f9bbc44f696d90da387f3 Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Tue, 24 Oct 2006 09:42:00 +0000 Subject: - Added mkinitcpio.d to install.sh - New tarball: 0.5.9 git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@183 880c04e9-e011-0410-abf7-b926e227c9cd --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 465af40..401f97f 100755 --- a/install.sh +++ b/install.sh @@ -3,6 +3,7 @@ [ $# -ne 1 ] && echo "install.sh " && exit 1 mkdir -p ${1}/sbin mkdir -p ${1}/lib/initcpio +mkdir -p ${1}/etc sed -e 's|CONFIG="mkinitcpio.conf"|CONFIG="/etc/mkinitcpio.conf"|g' \ -e 's|FUNCTIONS="functions"|FUNCTIONS="/lib/initcpio/functions"|g' \ @@ -17,3 +18,4 @@ install -D -m755 init ${1}/lib/initcpio/init install -D -m644 functions ${1}/lib/initcpio/functions cp -r hooks/ ${1}/lib/initcpio/ cp -r install/ ${1}/lib/initcpio/ +cp -r mkinitcpio.d/ ${1}/etc/mkinitcpio.d -- cgit v1.2.3-24-g4f1b