All of lore.kernel.org
 help / color / mirror / Atom feed
* fix missing slash
@ 2011-04-23 22:22 Michal Soltys
       [not found] ` <1303597371-6280-1-git-send-email-soltys-R61QfzASbfY@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Michal Soltys @ 2011-04-23 22:22 UTC (permalink / raw)
  To: initramfs-u79uwXL29TY76Z2rM5mHXA

Trivial fix, though /sys is mounted just a few lines earlier, so maybe
the 2nd check should simply be removed ?

Michal Soltys (1):
  modules.d/99base/init: missing slash in ismounted check

 modules.d/99base/init |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
1.7.4.2

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] modules.d/99base/init: missing slash in ismounted check
       [not found] ` <1303597371-6280-1-git-send-email-soltys-R61QfzASbfY@public.gmane.org>
@ 2011-04-23 22:22   ` Michal Soltys
  2011-04-28 13:45   ` fix missing slash Harald Hoyer
  1 sibling, 0 replies; 3+ messages in thread
From: Michal Soltys @ 2011-04-23 22:22 UTC (permalink / raw)
  To: initramfs-u79uwXL29TY76Z2rM5mHXA

ismounted sys -> ismounted /sys

Signed-off-by: Michal Soltys <soltys-R61QfzASbfY@public.gmane.org>
---
 modules.d/99base/init |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules.d/99base/init b/modules.d/99base/init
index f07ad40..094dfc9 100755
--- a/modules.d/99base/init
+++ b/modules.d/99base/init
@@ -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
-- 
1.7.4.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: fix missing slash
       [not found] ` <1303597371-6280-1-git-send-email-soltys-R61QfzASbfY@public.gmane.org>
  2011-04-23 22:22   ` [PATCH] modules.d/99base/init: missing slash in ismounted check Michal Soltys
@ 2011-04-28 13:45   ` Harald Hoyer
  1 sibling, 0 replies; 3+ messages in thread
From: Harald Hoyer @ 2011-04-28 13:45 UTC (permalink / raw)
  To: Michal Soltys; +Cc: initramfs-u79uwXL29TY76Z2rM5mHXA

Am 24.04.2011 00:22, schrieb Michal Soltys:
> Trivial fix, though /sys is mounted just a few lines earlier, so maybe
> the 2nd check should simply be removed ?
>
> Michal Soltys (1):
>    modules.d/99base/init: missing slash in ismounted check
>
>   modules.d/99base/init |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>

pushed! thank you!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-04-28 13:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-23 22:22 fix missing slash Michal Soltys
     [not found] ` <1303597371-6280-1-git-send-email-soltys-R61QfzASbfY@public.gmane.org>
2011-04-23 22:22   ` [PATCH] modules.d/99base/init: missing slash in ismounted check Michal Soltys
2011-04-28 13:45   ` fix missing slash Harald Hoyer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.