From b0ea7dad1c1f7697786ecd0e29c6d46f6e16a4db Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Sun, 10 Jan 2010 17:33:10 +0100 Subject: Remove kinit usage from /init: Implement parseblock and kinit in shell code, use busybox/switch_root for the final step. TODO: NFS --- install/base | 1 + 1 file changed, 1 insertion(+) (limited to 'install') diff --git a/install/base b/install/base index 43fc1cb..0972542 100644 --- a/install/base +++ b/install/base @@ -20,6 +20,7 @@ install () add_binary /lib/initcpio/busybox /bin/busybox add_binary /sbin/modprobe + add_binary /sbin/blkid add_file "/lib/initcpio/init_functions" "/init_functions" add_file "/lib/initcpio/init" "/init" -- cgit v1.2.3-24-g4f1b