Replace "sudo" with root prompt for consistency

This commit is contained in:
Andrew David Wong 2016-06-28 05:43:14 -07:00
parent 2d144c81e1
commit 92b985d079
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -57,11 +57,11 @@ configure the encryption options before installing Qubes as follows:
finished, you'll have LUKS-encrypted partitions with the options you chose
above. You can verify this command in dom0:
sudo cryptsetup luksDump <partition>
# cryptsetup luksDump <partition>
For example:
sudo cryptsetup luksDump /dev/sda2
# cryptsetup luksDump /dev/sda2
-----