summaryrefslogtreecommitdiff
path: root/morphlib/cachekeycomputer.py
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-02-14 11:52:12 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-03-04 13:17:06 +0000
commit70faeb029b105fb2a15aac51b7d0cdcd9c5fc659 (patch)
treeee7a330f5e4b04929a8cbb4fcc69f262fa6e69a3 /morphlib/cachekeycomputer.py
parent04cda36673767c37f2fc9bbe310c0f4cb6cf2b37 (diff)
downloadmorph-70faeb029b105fb2a15aac51b7d0cdcd9c5fc659.tar.gz
Don't create a blank /etc/fstab
This messes up the baserock-system-config-sync tool. Systemd does not require /etc/fstab to exist in any case. I have bumped the 'system-compatibility-version' field in this commit to trigger rebuilding all system artifacts.
Diffstat (limited to 'morphlib/cachekeycomputer.py')
-rw-r--r--morphlib/cachekeycomputer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/cachekeycomputer.py b/morphlib/cachekeycomputer.py
index bb536f82..3efe1cbb 100644
--- a/morphlib/cachekeycomputer.py
+++ b/morphlib/cachekeycomputer.py
@@ -114,6 +114,6 @@ class CacheKeyComputer(object):
if kind == 'stratum':
keys['stratum-format-version'] = 1
elif kind == 'system':
- keys['system-compatibility-version'] = "1~ (temporary, root rw)"
+ keys['system-compatibility-version'] = "2~ (upgradable, root rw)"
return keys