aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-24 22:32:55 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-24 22:32:55 +0200
commit84c6fae1fb0273c3d55c47f2a59b7019b2c78a81 (patch)
tree95b9ddacc3c9cdff251c08b7abe1414d86cde83d /modules
parentmodules/version: Actually store a nixpkgs revision in there (diff)
downloadnixos-config-84c6fae1fb0273c3d55c47f2a59b7019b2c78a81.zip
modules/boot: Try again with the commandline options extracted from the iso
Diffstat (limited to 'modules')
-rw-r--r--modules/by-name/bo/boot/module.nix36
1 files changed, 18 insertions, 18 deletions
diff --git a/modules/by-name/bo/boot/module.nix b/modules/by-name/bo/boot/module.nix
index 8c8b2af1..04540676 100644
--- a/modules/by-name/bo/boot/module.nix
+++ b/modules/by-name/bo/boot/module.nix
@@ -38,22 +38,22 @@
## General options?
[
"initrd=${tails.initrd}"
- # "noprompt"
- # "timezone=Etc/UTC"
- # "config"
- # "noautologin"
- # "slab_nomerge"
- # "slub_debug=FZ"
- # "mce=0"
- # "vsyscall=none"
- # "init_on_free=1"
- # "mds=full,nosmt"
- # "page_alloc.shuffle=1"
- # "randomize_kstack_offset=on"
- # "efi_pstore.pstore_disable=1"
- # "erst_disable"
- # "spec_store_bypass_disable=on"
- # "systemd.condition_needs_update=no"
+ "noprompt"
+ "timezone=Etc/UTC"
+ "config"
+ "noautologin"
+ "slab_nomerge"
+ "slub_debug=FZ"
+ "mce=0"
+ "vsyscall=none"
+ "init_on_free=1"
+ "mds=full,nosmt"
+ "page_alloc.shuffle=1"
+ "randomize_kstack_offset=on"
+ "efi_pstore.pstore_disable=1"
+ "erst_disable"
+ "spec_store_bypass_disable=on"
+ "systemd.condition_needs_update=no"
]
## Systemd log options
++ [
@@ -68,8 +68,8 @@
# Use the `*-live` scripts
"boot=live"
- # "splash"
- "plymouth.enable=0"
+ "splash"
+ # "plymouth.enable=0"
# "quiet"
# "debug"