aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2023-01-17 10:26:24 -0300
committerSilvio Rhatto <rhatto@riseup.net>2023-01-17 10:26:24 -0300
commitdd30a2a8b377a33ba49935b15b81f0d153d11141 (patch)
tree2713aaafd37f1ef19c25f235ec930dc1fb966b0e
parent5bebff4bb1399185e43a57aa4e29ab205a6d13af (diff)
downloadkvmx-dd30a2a8b377a33ba49935b15b81f0d153d11141.tar.gz
kvmx-dd30a2a8b377a33ba49935b15b81f0d153d11141.tar.bz2
IDEAS: image resize: parted requirement
-rw-r--r--IDEAS.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/IDEAS.md b/IDEAS.md
index 7bb6e90..697e757 100644
--- a/IDEAS.md
+++ b/IDEAS.md
@@ -111,6 +111,9 @@
# power up
kvmx up $guest
+ # ensure parted is installed
+ sudo apt-get install -y parted
+
# resize virtual machine root fs - while the partition is mounted!
# this parted command currently need to be done manually
#echo resizepart 2 -1 | kvmx ssh $guest sudo parted /dev/vda