summaryrefslogtreecommitdiffstats
path: root/install/base
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-05-14 02:05:50 +0200
committerDave Reisner <dreisner@archlinux.org>2012-05-18 19:09:38 +0200
commitf88b2b53a4b2dcb177cb8b7197e2a61fd510c7ef (patch)
treeacc17508300dcc712add2d1571883aafca64d1c8 /install/base
parentc5b1a1cef975686ff130c71b5212e3304af5625a (diff)
downloadmkinitcpio-f88b2b53a4b2dcb177cb8b7197e2a61fd510c7ef.tar.gz
mkinitcpio-f88b2b53a4b2dcb177cb8b7197e2a61fd510c7ef.tar.xz
usr: add usr mounting as a late running hook
Mount separate /usr partitions voluntarily, as a late running hook. This is an unfortunate patch that will no doubt result in some hatemail, though it won't thoroughly break anyone to the point of not booting. As a side effect, findmnt is no longer a requisite of the core /init, so move it to the shutdown and usr hooks where it's required. Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'install/base')
-rw-r--r--install/base1
1 files changed, 0 insertions, 1 deletions
diff --git a/install/base b/install/base
index 1df209b..30ad3fa 100644
--- a/install/base
+++ b/install/base
@@ -27,7 +27,6 @@ build() {
add_binary blkid
add_binary mount
add_binary switch_root
- add_binary findmnt
add_symlink "/etc/mtab" "/proc/self/mounts"