diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-01 00:36:59 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-01 00:36:59 +0200 |
| commit | 5a93bec76f0e6409d4ffcf604d0adb465b3300d4 (patch) | |
| tree | dec0ec1a45f0ebdfd785729b2baf3c13cfce9afd /modules/by-name/bo | |
| parent | modules/boot: Remove duplicated `root=` key (diff) | |
| download | nixos-config-5a93bec76f0e6409d4ffcf604d0adb465b3300d4.zip | |
Diffstat (limited to 'modules/by-name/bo')
| -rw-r--r-- | modules/by-name/bo/boot/module.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/by-name/bo/boot/module.nix b/modules/by-name/bo/boot/module.nix index ba64a8e6..6a0c0cf7 100644 --- a/modules/by-name/bo/boot/module.nix +++ b/modules/by-name/bo/boot/module.nix @@ -136,7 +136,7 @@ in { title Tails Live ISO linux /${tailsPrefix}/vmlinuz-linux initrd /${tailsPrefix}/initramfs-linux.img - options root=/dev/ram0 rw img_loop=/${tailsPrefix}/tails.iso copytoram + options root=/${tailsPrefix}/tails.iso ''; }; |
