From 7a4bc6aaf49eb55df3e19fb09260ac97023bc901 Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Sat, 6 Jun 2009 22:47:53 +0200 Subject: Add a new file init_functions that contains common functions used in /init and the hooks --- install.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index cf4a70a..c17bb9e 100755 --- a/install.sh +++ b/install.sh @@ -15,6 +15,7 @@ chmod 755 ${1}/sbin/mkinitcpio install -D -m644 mkinitcpio.conf ${1}/etc/mkinitcpio.conf install -D -m755 init ${1}/lib/initcpio/init +install -D -m755 init_functions ${1}/lib/initcpio/init_functions install -D -m644 functions ${1}/lib/initcpio/functions cp -r hooks/ ${1}/lib/initcpio/ cp -r install/ ${1}/lib/initcpio/ -- cgit v1.2.3-24-g4f1b