From 3dab414561b98c321778c89e64f1f5834e1b50fe Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Sun, 6 Oct 2013 00:46:54 +0200 Subject: [PATCH] Final newline in fstab --- common/tasks/filesystem.py | 1 + 1 file changed, 1 insertion(+) diff --git a/common/tasks/filesystem.py b/common/tasks/filesystem.py index 2fee046..39616bb 100644 --- a/common/tasks/filesystem.py +++ b/common/tasks/filesystem.py @@ -155,3 +155,4 @@ class FStab(Task): fstab_path = os.path.join(info.root, 'etc/fstab') with open(fstab_path, 'w') as fstab: fstab.write('\n'.join(fstab_lines)) + fstab.write('\n')