diff options
-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 |