modules.d/99base/init: missing slash in ismounted check
authorMichal Soltys <soltys@ziu.info>
Sat, 23 Apr 2011 22:22:51 +0000 (00:22 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 28 Apr 2011 13:44:54 +0000 (15:44 +0200)
ismounted sys -> ismounted /sys

Signed-off-by: Michal Soltys <soltys@ziu.info>
modules.d/99base/init

index f07ad40..094dfc9 100755 (executable)
@@ -98,7 +98,7 @@ else
     unset _tmp
 fi
 
-ismounted sys || \
+ismounted /sys || \
     mount -t sysfs -o nosuid,noexec,nodev /sys /sys >/dev/null 2>&1
 
 if ! ismounted /dev; then