[oe-commits] Phil Blundell : sysvinit: allow /proc to be mounted without /etc/fstab

git version control git at git.openembedded.org
Fri Jun 5 14:26:15 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8aef000966a216a2284e423a84c3f10579ceb8e2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8aef000966a216a2284e423a84c3f10579ceb8e2

Author: Phil Blundell <philb at gnu.org>
Date:   Fri Jun  5 15:21:56 2009 +0100

sysvinit: allow /proc to be mounted without /etc/fstab
Acked-by: Leon Woestenberg <leon at sidebranch.com>

---

 recipes/sysvinit/sysvinit/rcS     |    2 +-
 recipes/sysvinit/sysvinit_2.86.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/sysvinit/sysvinit/rcS b/recipes/sysvinit/sysvinit/rcS
index e7a7e61..e1c8b57 100755
--- a/recipes/sysvinit/sysvinit/rcS
+++ b/recipes/sysvinit/sysvinit/rcS
@@ -14,7 +14,7 @@ export PATH runlevel prevlevel
 
 #	Make sure proc is mounted
 #
-[ -d "/proc/1" ] || mount /proc
+[ -d "/proc/1" ] || mount proc /proc -t proc
 
 #
 #	See if system needs to be setup. This is ONLY meant to
diff --git a/recipes/sysvinit/sysvinit_2.86.bb b/recipes/sysvinit/sysvinit_2.86.bb
index e65391a..cc7b913 100644
--- a/recipes/sysvinit/sysvinit_2.86.bb
+++ b/recipes/sysvinit/sysvinit_2.86.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "System-V like init."
 SECTION = "base"
 LICENSE = "GPL"
 HOMEPAGE = "http://freshmeat.net/projects/sysvinit/"
-PR = "r53"
+PR = "r54"
 
 # USE_VT and SERIAL_CONSOLE are generally defined by the MACHINE .conf.
 # Set PACKAGE_ARCH appropriately.





More information about the Openembedded-commits mailing list