diff options
author | Bill Nottingham <notting@redhat.com> | 2007-04-13 22:48:20 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2007-04-13 22:48:20 +0000 |
commit | 0f55775b938c8a1051f18e73af63bfd9a298d890 (patch) | |
tree | 638ae4ee625ceaf5957914c7bfec060362f93410 /sysconfig | |
parent | 0d8faa9b6e4c72680f3666234cae6ad6465735da (diff) | |
download | initscripts-0f55775b938c8a1051f18e73af63bfd9a298d890.tar initscripts-0f55775b938c8a1051f18e73af63bfd9a298d890.tar.gz initscripts-0f55775b938c8a1051f18e73af63bfd9a298d890.tar.bz2 initscripts-0f55775b938c8a1051f18e73af63bfd9a298d890.tar.xz initscripts-0f55775b938c8a1051f18e73af63bfd9a298d890.zip |
add options for mounting state (#234916)
Diffstat (limited to 'sysconfig')
-rw-r--r-- | sysconfig/readonly-root | 4 |
1 files changed, 4 insertions, 0 deletions
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= |