mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-07-29 09:39:09 -04:00
Replace "sudo" with root prompt for consistency
This commit is contained in:
parent
2d144c81e1
commit
92b985d079
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
-----
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue