From 8e42b520ef850afd727cda2a3ba657ab54e5b11d Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Sun, 2 Sep 2018 01:27:26 -0500 Subject: [PATCH] Remove unnecessary `sudo` --- configuration/secondary-storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/secondary-storage.md b/configuration/secondary-storage.md index 16357fd4..6b9d7f31 100644 --- a/configuration/secondary-storage.md +++ b/configuration/secondary-storage.md @@ -81,7 +81,7 @@ And then use "poolhd0" as the (LVM thin pool name): Finally we will tell Qubes to add a new pool on the just created thin pool - sudo qvm-pool --add poolhd0_qubes lvm_thin -o volume_group=qubes,thin_pool=poolhd0,revisions_to_keep=2 + qvm-pool --add poolhd0_qubes lvm_thin -o volume_group=qubes,thin_pool=poolhd0,revisions_to_keep=2 By default VMs will be created on the main Qubes disk (i.e. a small SSD), to create them on this secondary HDD do the following on a dom0 terminal: