diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2023-08-11 10:05:27 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2023-08-11 10:05:27 -0300 | 
| commit | e063d865c1b3fe8c3b43cf441005226f0c6dec76 (patch) | |
| tree | c83aef23c3f241a646eba59949bf827378635875 | |
| parent | f36f335d6b0c3d844702fee639fc9c25e0a04343 (diff) | |
| download | kvmx-e063d865c1b3fe8c3b43cf441005226f0c6dec76.tar.gz kvmx-e063d865c1b3fe8c3b43cf441005226f0c6dec76.tar.bz2 | |
Fix: IDEAS: update kvmx resize procedure example
| -rw-r--r-- | IDEAS.md | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -120,7 +120,7 @@      # ensure parted is installed      #sudo apt-get install -y parted -    sudo apt-get install -y cloud-guest-utils +    kvmx ssh $guest sudo apt-get install -y cloud-guest-utils      # resize virtual machine root fs - while the partition is mounted!      # this parted command currently need to be done manually @@ -136,7 +136,7 @@      kvmx ssh $guest sudo resize2fs /dev/vda2      kvmx ssh $guest sudo touch /forcefsck -    kvmx ssh $guest sudo poweroff +    kvmx ssh $guest sudo restart  ## Audio fixes to avoid crackling on input | 
