diff options
Diffstat (limited to 'IDEAS.md')
| -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 | 
