2014-04-09 12:44:32 +00:00
|
|
|
From e147bd71656fb48c10520cad98b56f6355270afd Mon Sep 17 00:00:00 2001
|
2013-11-29 12:27:47 +00:00
|
|
|
From: Hannes Reinecke <hare@suse.de>
|
|
|
|
Date: Wed, 27 Nov 2013 14:35:19 +0100
|
|
|
|
Subject: [PATCH] Install /bin/mount
|
|
|
|
|
|
|
|
systemd relies on /bin/mount to be present, so install it.
|
|
|
|
|
|
|
|
Signed-off-by: Hannes Reinecke <hare@suse.de>
|
|
|
|
---
|
|
|
|
modules.d/99fs-lib/module-setup.sh | 1 +
|
|
|
|
1 file changed, 1 insertion(+)
|
|
|
|
|
|
|
|
diff --git a/modules.d/99fs-lib/module-setup.sh b/modules.d/99fs-lib/module-setup.sh
|
|
|
|
index 7979bab..b24207d 100755
|
|
|
|
--- a/modules.d/99fs-lib/module-setup.sh
|
|
|
|
+++ b/modules.d/99fs-lib/module-setup.sh
|
|
|
|
@@ -85,4 +85,5 @@ install() {
|
|
|
|
fi
|
|
|
|
|
|
|
|
inst_multiple -o $_helpers fsck
|
|
|
|
+ inst /usr/bin/mount /bin/mount
|
|
|
|
}
|
|
|
|
--
|
|
|
|
1.8.1.4
|
|
|
|
|