All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] shr : initscripts-shr, changed mountdevsubfs.sh init level from 04 to 05 S to fix issue for machines using udev
@ 2011-08-19 17:15 Sylvain 'GarthPS' Paré
  2011-08-19 17:29 ` Sylvain Paré
  2011-08-19 21:46 ` Martin Jansa
  0 siblings, 2 replies; 4+ messages in thread
From: Sylvain 'GarthPS' Paré @ 2011-08-19 17:15 UTC (permalink / raw)
  To: openembedded-devel

 * since this commit http://git.openembedded.org/cgit.cgi/openembedded/commit/?id=974dfb87778a26b80983b44c94922d0acb257e33 machines using udev and mountdevsubfs.sh had issue of pts not mounted
 because both were at init level S04 despite mountdevsubfs.sh was depending on udev..

Signed-off-by: Sylvain 'GarthPS' Paré <sylvain.pare@gmail.com>
---
 recipes/shr/initscripts-shr_0.0.1.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/shr/initscripts-shr_0.0.1.bb b/recipes/shr/initscripts-shr_0.0.1.bb
index 02e2205..803bcdf 100644
--- a/recipes/shr/initscripts-shr_0.0.1.bb
+++ b/recipes/shr/initscripts-shr_0.0.1.bb
@@ -97,7 +97,7 @@ do_install () {
 	ln -sf		../init.d/mountkernfs.sh	${D}${sysconfdir}/rcS.d/S01mountkernfs.sh
 	ln -sf		../init.d/hostname.sh		${D}${sysconfdir}/rcS.d/S02hostname.sh
 	ln -sf		../init.d/checkroot.sh		${D}${sysconfdir}/rcS.d/S02checkroot.sh
-	ln -sf		../init.d/mountdevsubfs.sh	${D}${sysconfdir}/rcS.d/S04mountdevsubfs.sh
+	ln -sf		../init.d/mountdevsubfs.sh	${D}${sysconfdir}/rcS.d/S05mountdevsubfs.sh
 	ln -sf		../init.d/alignment.sh		${D}${sysconfdir}/rcS.d/S06alignment.sh
 	ln -sf		../init.d/mountall.sh		${D}${sysconfdir}/rcS.d/S35mountall.sh
 	ln -sf		../init.d/populate-volatile.sh	${D}${sysconfdir}/rcS.d/S37populate-volatile.sh
-- 
1.7.4.1




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

end of thread, other threads:[~2011-08-19 21:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-19 17:15 [PATCH] shr : initscripts-shr, changed mountdevsubfs.sh init level from 04 to 05 S to fix issue for machines using udev Sylvain 'GarthPS' Paré
2011-08-19 17:29 ` Sylvain Paré
2011-08-19 21:46 ` Martin Jansa
2011-08-19 21:53   ` Sylvain Paré

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.