Skip to content

Commit

Permalink
40_install.pod: add blkid(8) example
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Oct 28, 2023
1 parent 180d609 commit b8325b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/40_install.pod
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,10 @@ your filesystems and add the prepared partitions:

B<Note>: you can use C</dev/disk/by-uuid/*> or C<UUID=xxx> instead of
C</dev/*> used above to prevent boot failures on machines with
multiple disks. Use L<blkid(8)> to verify the disk's UUID.
multiple disks. Use L<blkid(8)> to verify the disk's UUID:

(chrooted) # blkid -o value -s UUID /dev/zpln/root
...

Uncomment F</var/cache/pkgmk/work> if you want to build packages in
RAM.
Expand Down

0 comments on commit b8325b0

Please sign in to comment.