Remove unnecessary sudo

This commit is contained in:
Andrew David Wong 2018-09-02 01:27:26 -05:00
parent 7cd83ced0a
commit 8e42b520ef
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -81,7 +81,7 @@ And then use "poolhd0" as the <thin_pool_name> (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: