mirror of
https://github.com/pygos/init.git
synced 2024-11-05 04:07:10 +01:00
11 lines
310 B
Text
11 lines
310 B
Text
|
description "mount /var"
|
||
|
type wait
|
||
|
target boot
|
||
|
before vfs
|
||
|
exec "@SBINPATH@/mount" -t tmpfs none /var
|
||
|
exec "@BINPATH@/mkdir" /var/log -m 0755
|
||
|
exec "@BINPATH@/mkdir" /var/spool -m 0755
|
||
|
exec "@BINPATH@/mkdir" /var/lib -m 0755
|
||
|
exec "@BINPATH@/mkdir" /var/tmp -m 0755
|
||
|
exec "@SCRIPTDIR@/overlay.sh" var_lib /var/lib
|