This commit is contained in:
Ian Gulliver
2017-03-30 14:39:45 -07:00
parent e0af42d543
commit c1b4e350ea
3 changed files with 3 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ def main():
fh.write("""\
#!/bin/bash
set -ex
e2fsck -a /persistent
e2fsck -y LABEL=PERSISTENT
mount -o noatime LABEL=PERSISTENT /persistent
""")