aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/readonly-root
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2006-06-12 19:25:31 +0000
committerBill Nottingham <notting@redhat.com>2006-06-12 19:25:31 +0000
commit8b0c157fd42c000827d17e38371b0d4e8fcc33ef (patch)
tree65d14e86d03734a8da1a870e8cc74639433d62bf /sysconfig/readonly-root
parent3908f33863f7b4d8227488d5cec9108e05ea64da (diff)
downloadinitscripts-8b0c157fd42c000827d17e38371b0d4e8fcc33ef.tar
initscripts-8b0c157fd42c000827d17e38371b0d4e8fcc33ef.tar.gz
initscripts-8b0c157fd42c000827d17e38371b0d4e8fcc33ef.tar.bz2
initscripts-8b0c157fd42c000827d17e38371b0d4e8fcc33ef.tar.xz
initscripts-8b0c157fd42c000827d17e38371b0d4e8fcc33ef.zip
readonly root enhancments (modified from <law@redhat.com>, #193164)
Diffstat (limited to 'sysconfig/readonly-root')
-rw-r--r--sysconfig/readonly-root6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysconfig/readonly-root b/sysconfig/readonly-root
index 1bc1653c..cec9550d 100644
--- a/sysconfig/readonly-root
+++ b/sysconfig/readonly-root
@@ -2,3 +2,9 @@
READONLY=no
# Place to put a tmpfs for temporary scratch writable space
RW_MOUNT=/var/lib/stateless/writable
+# Label on local filesystem which can be used for temporary scratch space
+RW_LABEL=stateless-rw
+# Label for partition with persistent data
+STATE_LABEL=stateless-state
+# Where to mount to the persistent data
+STATE_MOUNT=/.snapshot