aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-05-14 23:16:28 -0700
committerMatt Turner <mattst88@gentoo.org>2020-05-14 23:31:34 -0700
commit111f8243f3261d8cb0871b6f4b2087d7ce5e9b69 (patch)
tree9821d5319d90463e2414d088347acddafedf57e3 /catalyst/defaults.py
parentcatalyst: Explain the git gc config options (diff)
downloadcatalyst-111f8243f3261d8cb0871b6f4b2087d7ce5e9b69.tar.gz
catalyst-111f8243f3261d8cb0871b6f4b2087d7ce5e9b69.tar.bz2
catalyst-111f8243f3261d8cb0871b6f4b2087d7ce5e9b69.zip
catalyst: Rename shmfs -> shm
This will allow us to factor out the ['source', 'target'] from each case. Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'catalyst/defaults.py')
-rw-r--r--catalyst/defaults.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/catalyst/defaults.py b/catalyst/defaults.py
index 9d5771d5..404f4892 100644
--- a/catalyst/defaults.py
+++ b/catalyst/defaults.py
@@ -99,7 +99,7 @@ MOUNT_DEFAULTS = OrderedDict([
}),
('shm', {
'enable': True,
- 'source': 'shmfs',
+ 'source': 'shm',
'target': '/dev/shm',
}),
('run', {