diff options
Diffstat (limited to '')
| -rw-r--r-- | modules/by-name/bo/boot/module.nix | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/modules/by-name/bo/boot/module.nix b/modules/by-name/bo/boot/module.nix index 04540676..80a47420 100644 --- a/modules/by-name/bo/boot/module.nix +++ b/modules/by-name/bo/boot/module.nix @@ -37,23 +37,24 @@ iso_options = ## General options? [ + # "config" "initrd=${tails.initrd}" - "noprompt" - "timezone=Etc/UTC" - "config" - "noautologin" - "slab_nomerge" - "slub_debug=FZ" - "mce=0" - "vsyscall=none" + + "efi_pstore.pstore_disable=1" + "erst_disable" "init_on_free=1" + "mce=0" "mds=full,nosmt" + "noautologin" + "noprompt" "page_alloc.shuffle=1" "randomize_kstack_offset=on" - "efi_pstore.pstore_disable=1" - "erst_disable" + "slab_nomerge" + "slub_debug=FZ" "spec_store_bypass_disable=on" "systemd.condition_needs_update=no" + "timezone=Etc/UTC" + "vsyscall=none" ] ## Systemd log options ++ [ |
