aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sysvinit
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2009-06-05 15:21:56 +0100
committerPhil Blundell <philb@gnu.org>2009-06-05 15:21:56 +0100
commit8aef000966a216a2284e423a84c3f10579ceb8e2 (patch)
tree723afe544e3a43a0b1190f8515cbf8cb9e05def0 /recipes/sysvinit
parent19160b953fdddd2a0a05361880e6adfb48668aeb (diff)
downloadopenembedded-8aef000966a216a2284e423a84c3f10579ceb8e2.tar.gz
sysvinit: allow /proc to be mounted without /etc/fstab
Acked-by: Leon Woestenberg <leon@sidebranch.com>
Diffstat (limited to 'recipes/sysvinit')
-rwxr-xr-xrecipes/sysvinit/sysvinit/rcS2
-rw-r--r--recipes/sysvinit/sysvinit_2.86.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/sysvinit/sysvinit/rcS b/recipes/sysvinit/sysvinit/rcS
index e7a7e617d0..e1c8b57ea1 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 e65391a6fd..cc7b91317f 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.