Safety options for persistent filesystems

This commit is contained in:
Ian Gulliver
2016-06-04 14:19:43 -07:00
parent 05fbf92c0a
commit a19e99bb33
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ task
emits persistent-ready
script
mount LABEL=PERSISTENT /persistent
mount -o data=journal,noatime,sync LABEL=PERSISTENT /persistent
initctl emit --no-wait persistent-ready
end script
""")