aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
diff options
context:
space:
mode:
authorCody Maloney <cmaloney@theoreticalchaos.com>2011-04-26 12:36:16 -0700
committerTom Gundersen <teg@jklm.no>2011-04-26 22:25:16 +0200
commite0153f33ea46d23da4add5409b344e3cc050c6cc (patch)
tree1f22fe4e273b2d1e5e982cf93dc91bd9f054d88b /rc.sysinit
parente04d6599f19532c996f541835d5f8f0aa87b2e3a (diff)
downloadinitscripts-e0153f33ea46d23da4add5409b344e3cc050c6cc.tar.xz
Fix a small typo introduced by 09c27ea248efebe1e72aa688cb55996dadbbbe29
/devshm -> /dev/shm Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-xrc.sysinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.sysinit b/rc.sysinit
index 67d7771..2262d32 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -31,7 +31,7 @@ fi
/bin/chmod 1777 /run/lock
/bin/mountpoint -q /dev/pts || /bin/mount /dev/pts &> /dev/null \
|| /bin/mount -n -t devpts devpts /dev/pts -o mode=620,gid=5,nosuid,noexec
-/bin/mountpoint -q /dev/shm || /bin/mount /devshm &> /dev/null \
+/bin/mountpoint -q /dev/shm || /bin/mount /dev/shm &> /dev/null \
|| /bin/mount -n -t tmpfs shm /dev/shm -o mode=1777,nosuid,nodev
# remount root ro to allow for fsck later on, we remount now to