diff options
author | Bill Nottingham <notting@redhat.com> | 2006-10-04 21:53:37 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2006-10-04 21:53:37 +0000 |
commit | d810b7d3c175640895850344eeb30e928b673427 (patch) | |
tree | 0bfffd68ed28dbdc9bfe5d0bc8684d994ac2b4de /sysconfig | |
parent | 4fbc6d8759e2438dedfcdffee620136b1dc497a7 (diff) | |
download | initscripts-d810b7d3c175640895850344eeb30e928b673427.tar initscripts-d810b7d3c175640895850344eeb30e928b673427.tar.gz initscripts-d810b7d3c175640895850344eeb30e928b673427.tar.bz2 initscripts-d810b7d3c175640895850344eeb30e928b673427.tar.xz initscripts-d810b7d3c175640895850344eeb30e928b673427.zip |
set keymap correctly in non-UTF8 locale (#167363)
separate tmpfs-usage for stateless from readonly-root (requested by
OLPC)
Diffstat (limited to 'sysconfig')
-rw-r--r-- | sysconfig/readonly-root | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysconfig/readonly-root b/sysconfig/readonly-root index cec9550d..6407c07e 100644 --- a/sysconfig/readonly-root +++ b/sysconfig/readonly-root @@ -1,5 +1,8 @@ # Set to 'yes' to mount the system filesystems read-only. READONLY=no +# Set to 'yes' to mount various temporary state as either tmpfs +# or on the block device labelled RW_LABEL. Implied by READONLY +TEMPORARY_STATE=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 |