diff options
author | Thomas Bächler <thomas@archlinux.org> | 2009-06-06 22:47:53 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2009-06-06 22:47:53 +0200 |
commit | 7a4bc6aaf49eb55df3e19fb09260ac97023bc901 (patch) | |
tree | 8a878036f12c0966ac839e6815c587914d674c0d /install | |
parent | 35fea002c27f6c1124a28535e379d7edf34a127e (diff) | |
download | mkinitcpio-7a4bc6aaf49eb55df3e19fb09260ac97023bc901.tar.gz mkinitcpio-7a4bc6aaf49eb55df3e19fb09260ac97023bc901.tar.xz |
Add a new file init_functions that contains common functions used in /init and the hooks
Diffstat (limited to 'install')
-rw-r--r-- | install/base | 1 |
1 files changed, 1 insertions, 0 deletions
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 |