From c06a144a66ec24b9e2b4fd52c9abd655f352f685 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sat, 5 Nov 2011 20:05:16 -0400 Subject: init: use util-linux's /bin/mount Providing this means we no longer need blkid for FS detection, as mount will do this for us. Adds a slight bloat to the image, in exchange for a huge convenience. Messaging is changed to assume that /bin/mount will provide useful feedback for us on failure. Signed-off-by: Dave Reisner --- install/base | 3 +++ 1 file changed, 3 insertions(+) (limited to 'install') diff --git a/install/base b/install/base index 1f2b3b8..3d18fe0 100644 --- a/install/base +++ b/install/base @@ -8,6 +8,9 @@ build() { add_binary /lib/initcpio/busybox /bin/busybox add_binary /sbin/modprobe add_binary /sbin/blkid + add_binary /bin/mount + + add_symlink "/etc/mtab" "/proc/self/mounts" add_file "/lib/initcpio/init_functions" "/init_functions" add_file "/lib/initcpio/init" "/init" -- cgit v1.2.3-24-g4f1b