On 05/09/2011 12:39 PM, Gerardo Exequiel Pozzi wrote:
Signed-off-by: Gerardo Exequiel Pozzi<[email protected]>
---
  rc.sysinit |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rc.sysinit b/rc.sysinit
index 1521299..ab1d453 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -19,7 +19,7 @@ export 
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
  # mount /proc, /sys, /run, /dev, /run/lock, /dev/pts, /dev/shm (the api 
filesystems)
  /bin/mountpoint -q /proc    || /bin/mount -n -t proc proc /proc -o 
nosuid,noexec,nodev
  /bin/mountpoint -q /sys     || /bin/mount -n -t sysfs sysfs /sys -o 
nosuid,noexec,nodev
-/bin/mountpoint -q /run     || /bin/mount -n -t tmpfs tmpfs /run -o 
mode=755,size=10M,nosuid,noexec,nodev
+/bin/mountpoint -q /run     || /bin/mount -n -t tmpfs run /run -o 
mode=755,size=10M,nosuid,noexec,nodev
  if ! /bin/mountpoint -q /dev; then
        if /bin/grep -q devtmpfs /proc/filesystems&>/dev/null; then
                /bin/mount -n -t devtmpfs udev /dev -o mode=0755,size=10M,nosuid

ignore this, missing other entries.

--
Gerardo Exequiel Pozzi
\cos^2\alpha + \sin^2\alpha = 1

Reply via email to