diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-10-05 16:47:56 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-10-05 16:47:56 +0200 |
commit | 17c0a547fe2f4297da7079bd75563a71cd0738e0 (patch) | |
tree | 1d39214f351a835fa6623f316750ac7be0ef1e4b | |
parent | 1b3d23afd1a7bff965b97dfbae94b842fa717a33 (diff) |
explain uefi esp security warning
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -31,7 +31,9 @@ curl -fsSL https://raw.githubusercontent.com/HimbeerserverDE/artixinstall/main/u ## FDE (Full Disk Encryption) Usage (UEFI / GPT) -**WARNING: The EFI partition cannot be encrypted.** +**WARNING: The EFI partition cannot be encrypted. This probably doesn't matter +as long as nobody has physical access to the machine, but make sure +not to store any information in /boot/efi by accident.** ``` curl -fsSL https://raw.githubusercontent.com/HimbeerserverDE/artixinstall/main/cryptuefiinstall | sh |