summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2010-01-10 17:33:10 +0100
committerThomas Bächler <thomas@archlinux.org>2010-01-10 17:33:10 +0100
commitb0ea7dad1c1f7697786ecd0e29c6d46f6e16a4db (patch)
tree14ffe6d5eaa1e931af4760b42e1fd9cb848645e0 /install
parent167ed25684ec5aecf567cafd215a01401803a7b9 (diff)
downloadmkinitcpio-b0ea7dad1c1f7697786ecd0e29c6d46f6e16a4db.tar.gz
mkinitcpio-b0ea7dad1c1f7697786ecd0e29c6d46f6e16a4db.tar.xz
Remove kinit usage from /init: Implement parseblock and kinit in shell code, use busybox/switch_root for the final step. TODO: NFS
Diffstat (limited to 'install')
-rw-r--r--install/base1
1 files changed, 1 insertions, 0 deletions
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"