From 92b985d07941b05be1204ae8aa38d5b9e5190631 Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Tue, 28 Jun 2016 05:43:14 -0700 Subject: [PATCH] Replace "sudo" with root prompt for consistency --- installing/encryption-config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installing/encryption-config.md b/installing/encryption-config.md index e0627451..8756fd46 100644 --- a/installing/encryption-config.md +++ b/installing/encryption-config.md @@ -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 + # cryptsetup luksDump For example: - sudo cryptsetup luksDump /dev/sda2 + # cryptsetup luksDump /dev/sda2 -----