From 8b0c157fd42c000827d17e38371b0d4e8fcc33ef Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 12 Jun 2006 19:25:31 +0000 Subject: readonly root enhancments (modified from , #193164) --- sysconfig/readonly-root | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sysconfig') 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 -- cgit