From: Phil Blundell Date: Fri, 5 Jun 2009 14:21:56 +0000 (+0100) Subject: sysvinit: allow /proc to be mounted without /etc/fstab X-Git-Tag: Release-2010-05/1~3279 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aef000966a216a2284e423a84c3f10579ceb8e2;p=openembedded.git sysvinit: allow /proc to be mounted without /etc/fstab Acked-by: Leon Woestenberg --- 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.