From 0f55775b938c8a1051f18e73af63bfd9a298d890 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 13 Apr 2007 22:48:20 +0000 Subject: add options for mounting state (#234916) --- sysconfig/readonly-root | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sysconfig/readonly-root') diff --git a/sysconfig/readonly-root b/sysconfig/readonly-root index 3eb6168e..dbf1829f 100644 --- a/sysconfig/readonly-root +++ b/sysconfig/readonly-root @@ -7,7 +7,11 @@ TEMPORARY_STATE=no RW_MOUNT=/var/lib/stateless/writable # Label on local filesystem which can be used for temporary scratch space RW_LABEL=stateless-rw +# Options to use for temporary mount +RW_OPTIONS= # Label for partition with persistent data STATE_LABEL=stateless-state # Where to mount to the persistent data STATE_MOUNT=/var/lib/stateless/state +# Options to use for peristent mount +STATE_OPTIONS= -- cgit v1.2.1