diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-01 21:09:17 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-01 21:09:17 +0200 |
| commit | 24abd44ae13914be964ff2baed9779eaa9d2f4eb (patch) | |
| tree | a1ac6b42ab9374fe3c2250d6bad19e54fad4bad4 /modules/by-name/bo | |
| parent | pkgs/git-cgit: Correctly specify the ssh dependency (diff) | |
| download | nixos-config-24abd44ae13914be964ff2baed9779eaa9d2f4eb.zip | |
modules/boot/tails-iso: Remove the log spam
It's just way too much, so even if it would work I couldn't really see
anything.
Diffstat (limited to '')
| -rw-r--r-- | modules/by-name/bo/boot/module.nix | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/modules/by-name/bo/boot/module.nix b/modules/by-name/bo/boot/module.nix index 4dc9130a..8c8b2af1 100644 --- a/modules/by-name/bo/boot/module.nix +++ b/modules/by-name/bo/boot/module.nix @@ -57,11 +57,11 @@ ] ## Systemd log options ++ [ - "systemd.log_level=debug" - "systemd.log_target=console" - "console=tty1" - "systemd.journald.forward_to_console=1" - "systemd.unit=rescue.target" + # "systemd.log_level=debug" + # "systemd.log_target=console" + # "console=tty1" + # "systemd.journald.forward_to_console=1" + # "systemd.unit=rescue.target" ] ## Options for the first `init` script ++ [ @@ -72,7 +72,7 @@ "plymouth.enable=0" # "quiet" - "debug" + # "debug" ] ## Options for the `*-live` `init` scripts ++ [ @@ -207,6 +207,8 @@ in { }; extraFiles = { + # TODO: Check that the ISO we use for booting is _actually_ still the one we + # copied there (someone might exchange it in between) <2026-06-09> "${tails.root}" = "${iso}/tails.iso"; "${tails.vmlinuz}" = "${iso}/live/vmlinuz-linux"; "${tails.initrd}" = "${iso}/live/initrd.img"; |
