diff options
Diffstat (limited to 'sysconfig')
-rw-r--r-- | sysconfig/readonly-root | 6 |
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 |