1
0
Fork 0
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:
Daiderd Jordan 2020-03-07 12:01:40 +01:00
parent caface1980
commit 04f597c3f4
No known key found for this signature in database
GPG key ID: D02435D05B810C96
3 changed files with 20 additions and 7 deletions

View file

@ -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>