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/base | 1 + 1 file changed, 1 insertion(+) (limited to 'install') diff --git a/install/base b/install/base index 79ab177..f1a34ba 100644 --- a/install/base +++ b/install/base @@ -24,6 +24,7 @@ install () # add symlink for compatibility add_symlink2 /bin/modprobe /sbin/modprobe + add_file "/lib/initcpio/init_functions" "/init_functions" add_file "/lib/initcpio/init" "/init" add_file "${CONFIG}" "/config" if [ -n "${MESSAGE}" ]; then -- cgit v1.2.3-24-g4f1b