]>
git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/initscripts/system/mounttmpfs
2 ########################################################################
3 # Begin $rc_base/init.d/mounttmpfs
5 # Description : Mount tmpfses
7 ########################################################################
14 boot_mesg
-n "Mounting ramdisk file systems:" ${INFO}
16 if ! mountpoint
/var
/lock
&>/dev
/null
; then
17 boot_mesg
-n " /var/lock" ${NORMAL}
18 mount
-n -t tmpfs
-o nosuid
,nodev
,size
=8M
/var
/lock
/var
/lock || failed
=1
21 boot_mesg
"" ${NORMAL}
28 echo "Usage: ${0} {start}"
33 # End $rc_base/init.d/mounttmpfs