diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2023-01-17 10:26:24 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2023-01-17 10:26:24 -0300 | 
| commit | dd30a2a8b377a33ba49935b15b81f0d153d11141 (patch) | |
| tree | 2713aaafd37f1ef19c25f235ec930dc1fb966b0e | |
| parent | 5bebff4bb1399185e43a57aa4e29ab205a6d13af (diff) | |
| download | kvmx-dd30a2a8b377a33ba49935b15b81f0d153d11141.tar.gz kvmx-dd30a2a8b377a33ba49935b15b81f0d153d11141.tar.bz2 | |
IDEAS: image resize: parted requirement
| -rw-r--r-- | IDEAS.md | 3 | 
1 files changed, 3 insertions, 0 deletions
| @@ -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 | 
