Merge pull request #44935 from thblt/fixup1

nixos/systemd-boot: Add missing newline
This commit is contained in:
Sarah Brofeldt 2018-08-12 15:38:57 +02:00 committed by GitHub
commit fb72358256
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ def write_loader_conf(profile, generation):
else:
f.write("default nixos-generation-%d\n" % (generation))
if not @editor@:
f.write("editor 0");
f.write("editor 0\n");
f.write("console-mode @consoleMode@\n");
os.rename("@efiSysMountPoint@/loader/loader.conf.tmp", "@efiSysMountPoint@/loader/loader.conf")