Create 42_disable_efi_pstore.cfg

This commit is contained in:
cypherpunks 2025-03-09 19:03:28 +00:00 committed by GitHub
parent d927fe238c
commit 6a5fb3ac76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,6 @@
## Copyright (C) 2024 - 2025 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>
## See the file COPYING for copying conditions.
## This disables the EFI persistent storage feature, preventing the kernel from writing crash logs and other persistent data to the EFI variable store.
## This can be useful for privacy reasons or to avoid potential issues with system stability related to Live Mode.
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT efi_pstore.pstore_disable=1"