diff options
author | Bill Nottingham <notting@redhat.com> | 2006-10-27 16:49:29 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2006-10-27 16:49:29 +0000 |
commit | 1079b6c14ada31fb627cf433c8139de5d166fcf5 (patch) | |
tree | 666e83332547a08812515bd9c1d29ca9f3f11815 /sysconfig | |
parent | 0c44c0e9ccbea789390c7367db5f018686523658 (diff) | |
download | initscripts-1079b6c14ada31fb627cf433c8139de5d166fcf5.tar initscripts-1079b6c14ada31fb627cf433c8139de5d166fcf5.tar.gz initscripts-1079b6c14ada31fb627cf433c8139de5d166fcf5.tar.bz2 initscripts-1079b6c14ada31fb627cf433c8139de5d166fcf5.tar.xz initscripts-1079b6c14ada31fb627cf433c8139de5d166fcf5.zip |
more statetab updates (#211839, <markmc@redhat.com>)
Diffstat (limited to 'sysconfig')
-rw-r--r-- | sysconfig/readonly-root | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysconfig/readonly-root b/sysconfig/readonly-root index 6407c07e..3eb6168e 100644 --- a/sysconfig/readonly-root +++ b/sysconfig/readonly-root @@ -10,4 +10,4 @@ RW_LABEL=stateless-rw # Label for partition with persistent data STATE_LABEL=stateless-state # Where to mount to the persistent data -STATE_MOUNT=/.snapshot +STATE_MOUNT=/var/lib/stateless/state |