Skip to content

Commit

Permalink
src/40_install.pod: add blkid example (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Oct 28, 2023
1 parent 43ee9df commit 59a62e3
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 @@ -478,7 +478,10 @@ See L<mkinitramfs.config(5)> for more information.
B<Note>: As in case of F</etc/fstab>, you can use
C</dev/disk/by-uuid/*> or C<UUID=[...]> instead of C</dev/*> to
prevent boot failures on machines with multiple disks. Use
L<blkid(8)> to verify the disk's C<UUID>.
L<blkid(8)> to verify the disk's C<UUID>:

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

Now, prepare an initramfs. If you installed the C<linux> kernel
manually, you have already set C<KV> variable to kernel version.
Expand Down

0 comments on commit 59a62e3

Please sign in to comment.