From f9792380f7b2f9bfaab9361378e8e72bb67e77a2 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Thu, 27 Apr 2006 22:50:03 +0000 Subject: * Initial attempt to get the device-mapper stuff in order * Moved 'init' to /lib/initcpio/init to be more in-tune with the naming scheme git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@27 880c04e9-e011-0410-abf7-b926e227c9cd --- install/base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/base') diff --git a/install/base b/install/base index 170df1b..0bb45db 100644 --- a/install/base +++ b/install/base @@ -18,7 +18,7 @@ install () add_file $f /bin/$(basename $f) done - add_file "/lib/initramfs/init" "/init" + add_file "/lib/initcpio/init" "/init" add_file "${CONFIG}" "/config" SCRIPT="" } -- cgit v1.2.3-24-g4f1b