dreamsofautonomy / arch-from-scratch

174 stars 35 forks source link

Corrected the command that obtains the UUID of the device of the lvm … #4

Closed ATom027 closed 7 months ago

ATom027 commented 7 months ago

Corrected the command that obtains the UUID of the device of the lvm partition. There was a change of "lsblk /dev/nvme0n1p3" to "blkid /dev/nvme0n1p3". (BTW great tutorial ^.^)