From 424e4aae13b1c936141af98784934090ec566022 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Fri, 19 Apr 2019 11:04:35 +0000 Subject: [PATCH] set kernel parameter nopersistence https://forums.whonix.org/t/whonix-live-mode-amnesia-amnesic-non-persistent-anti-forensics/3894/126 --- etc/grub.d/11_linux_live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/grub.d/11_linux_live b/etc/grub.d/11_linux_live index 5bfa563..1b15fa8 100755 --- a/etc/grub.d/11_linux_live +++ b/etc/grub.d/11_linux_live @@ -3,7 +3,7 @@ set -e GRUB_DEVICE="/dev/disk/by-uuid/${GRUB_DEVICE_UUID}" unset GRUB_DEVICE_UUID -GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX boot=live plainroot union=overlay ip=frommedia noeject" +GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX boot=live plainroot union=overlay ip=frommedia noeject nopersistence" GRUB_DISTRIBUTOR="${GRUB_DISTRIBUTOR} Live-mode" export \