From: Silvio Rhatto Date: Tue, 17 Jan 2023 13:26:24 +0000 (-0300) Subject: IDEAS: image resize: parted requirement X-Git-Tag: 0.1.0~29 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=dd30a2a8b377a33ba49935b15b81f0d153d11141;p=kvmx.git IDEAS: image resize: parted requirement --- 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