mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-11 09:57:01 +00:00
Merge pull request #44935 from thblt/fixup1
nixos/systemd-boot: Add missing newline
This commit is contained in:
commit
fb72358256
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue