aboutsummaryrefslogtreecommitdiff
path: root/IDEAS.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-07-22 16:32:05 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-07-22 16:32:05 -0300
commitf642dbd7057a2805152129bf8403a7e84a722ee0 (patch)
tree6c9a2c36215ebf56178203789f9fcf526fce068f /IDEAS.md
parentabd57cb071b901980308bc9da01e5594596536d1 (diff)
downloadkvmx-f642dbd7057a2805152129bf8403a7e84a722ee0.tar.gz
kvmx-f642dbd7057a2805152129bf8403a7e84a722ee0.tar.bz2
Updates kvmx
Diffstat (limited to 'IDEAS.md')
-rw-r--r--IDEAS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/IDEAS.md b/IDEAS.md
index 9c087f0..2e6cd8e 100644
--- a/IDEAS.md
+++ b/IDEAS.md
@@ -43,7 +43,7 @@
# https://bugs.launchpad.net/ubuntu/+source/parted/+bug/1270203
# https://techtitbits.com/2018/12/using-parteds-resizepart-non-interactively-on-a-busy-partition/
# https://serverfault.com/questions/870594/resize-partition-to-maximum-using-parted-in-non-interactive-mode
- kvmx ssh $guest sudo parted /dev/vda resizepats 2 -1 Yes
+ kvmx ssh $guest sudo parted /dev/vda resizepart 2 -1 Yes
kvmx ssh $guest sudo resize2fs /dev/vda2
kvmx ssh $guest sudo touch /forcefsck