mirror of
https://github.com/NixOS/nix
synced 2025-07-07 18:31:49 +02:00
install: improve output and error handling
This commit is contained in:
parent
caface1980
commit
04f597c3f4
3 changed files with 20 additions and 7 deletions
|
@ -199,6 +199,7 @@ nix
|
|||
</screen>
|
||||
|
||||
<screen>
|
||||
alice$ /System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util -B
|
||||
alice$ sudo diskutil apfs addVolume diskX APFS 'Nix Store' -mountpoint /nix
|
||||
alice$ mount
|
||||
/dev/disk1s6 on /nix (apfs, local, journaled)
|
||||
|
@ -231,7 +232,7 @@ LABEL=Nix\040Store /nix apfs rw
|
|||
</para>
|
||||
|
||||
<screen>
|
||||
diskutil apfs enableFileVault /nix -user disk
|
||||
alice$ diskutil apfs enableFileVault /nix -user disk
|
||||
</screen>
|
||||
|
||||
</listitem>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue