From 5a93bec76f0e6409d4ffcf604d0adb465b3300d4 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 1 Jun 2026 00:36:59 +0200 Subject: modules/boot: Use ISO directly as root --- modules/by-name/bo/boot/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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 ''; }; -- cgit v1.3.1