Home | History | Annotate | Download | only in conf

Lines Matching refs:tmpfs

20 # mount /root as tmpfs on top of existing dir
21 tmpfs /root.cow tmpfs rw,-s2M 0 0
23 # mount /etc as tmpfs on top of existing dir
24 tmpfs /etc.cow tmpfs rw,-s12M 0 0
26 # mount /var as tmpfs on top of existing dir
27 tmpfs /var.cow tmpfs rw,-s32M 0 0
29 tmpfs /tmp tmpfs rw,-s32M 0 0