* [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* Re: [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 [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
1 sibling, 0 replies; 4+ messages in thread
From: Sylvain Paré @ 2011-08-19 17:29 UTC (permalink / raw)
To: openembedded-devel
Sorry it is missing a [oe] in the title.
This patch is for old oe.
2011/8/19 Sylvain 'GarthPS' Paré <sylvain.pare@gmail.com>
> * since this commit
> http://git.openembedded.org/cgit.cgi/openembedded/commit/?id=974dfb87778a26b80983b44c94922d0acb257e33machines 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 [flat|nested] 4+ messages in thread* Re: [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 [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é
1 sibling, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2011-08-19 21:46 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 580 bytes --]
On Fri, Aug 19, 2011 at 07:15:35PM +0200, Sylvain 'GarthPS' Paré wrote:
> * 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..
Thanks, applied and PR bumped after that (normally I can do it in the
same patch but beer level makes me slower to bump PR then type git push)
Regards,
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [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.