Skip to content

Commit

Permalink
set kernel parameter nopersistence
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Schleizer committed Apr 19, 2019
1 parent 06f24e8 commit 424e4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/grub.d/11_linux_live
Expand Up @@ -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 \
Expand Down

0 comments on commit 424e4aa

Please sign in to comment.