mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-07 13:52:40 -04:00
Create 42_disable_efi_pstore.cfg
This commit is contained in:
parent
d927fe238c
commit
6a5fb3ac76
1 changed files with 6 additions and 0 deletions
6
etc/default/grub.d/42_disable_efi_pstore.cfg
Normal file
6
etc/default/grub.d/42_disable_efi_pstore.cfg
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue