mirror of
https://github.com/NixOS/nix.git
synced 2025-12-07 01:21:00 +01:00
installer: refuse apfs volume creation when FileVault is enabled
(cherry picked from commit 477d7c2d07)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
f9c6c0a764
commit
e61e8c2588
2 changed files with 24 additions and 4 deletions
|
|
@ -230,8 +230,10 @@ LABEL=Nix\040Store /nix apfs rw
|
|||
</para>
|
||||
|
||||
<para>
|
||||
This new volume also won't be encrypted by default, and enabling is
|
||||
only possible interactively?
|
||||
This new volume also won't be encrypted by default, and enabling it
|
||||
requires extra setup. For machines with a <link xlink:href="https://www.apple.com/euro/mac/shared/docs/Apple_T2_Security_Chip_Overview.pdf">T2 chip</link>
|
||||
all data is already entrypted at rest, older hardware won't even when
|
||||
FileVault is enabled for the rest of the system.
|
||||
</para>
|
||||
|
||||
<screen>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue