Displaying 1 result from an estimated 1 matches for "rw_label".
Did you mean:
relabel
2014 Mar 18
0
Problem with RW_MOUNT in a diskless system
...I have enabled temporary state in the
OS, please find below my /etc/sysconfig/readonly-root:
====================
# Set to 'yes' to mount the system filesystems read-only.
READONLY=yes
# Set to 'yes' to mount various temporary state as either tmpfs
# or on the block device labelled RW_LABEL. Implied by READONLY
TEMPORARY_STATE=yes
# Place to put a tmpfs for temporary scratch writable space
RW_MOUNT=/var/lib/stateless/writable
#RW_MOUNT=
# Label on local filesystem which can be used for temporary scratch space
RW_LABEL=stateless-rw
# Options to use for temporary mount
RW_OPTIONS=
# Lab...