diff options
author | Bill Nottingham <notting@redhat.com> | 2006-04-20 20:00:00 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2006-04-20 20:00:00 +0000 |
commit | cf5ef91cc556b7631b369a8af1a2e1827d21a1f7 (patch) | |
tree | 9ef299a24f6c0bc497d2f0c1b6af203c424913d2 | |
parent | 8cc9ce1db82dfd06092c3e193144d3832664212f (diff) | |
download | initscripts-cf5ef91cc556b7631b369a8af1a2e1827d21a1f7.tar initscripts-cf5ef91cc556b7631b369a8af1a2e1827d21a1f7.tar.gz initscripts-cf5ef91cc556b7631b369a8af1a2e1827d21a1f7.tar.bz2 initscripts-cf5ef91cc556b7631b369a8af1a2e1827d21a1f7.tar.xz initscripts-cf5ef91cc556b7631b369a8af1a2e1827d21a1f7.zip |
add readonly-root file
-rw-r--r-- | sysconfig/readonly-root | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysconfig/readonly-root b/sysconfig/readonly-root new file mode 100644 index 00000000..425cf2c7 --- /dev/null +++ b/sysconfig/readonly-root @@ -0,0 +1,4 @@ +# Set to 'yes' to mount the system filesystems read-only. +READONLY=no +# Place to put a tmpfs for temporary scratch writable space +RW_MOUNT=/var/lib/stateless/writable
\ No newline at end of file |