aboutsummaryrefslogtreecommitdiff
path: root/IDEAS.md
diff options
context:
space:
mode:
Diffstat (limited to 'IDEAS.md')
-rw-r--r--IDEAS.md3
1 files changed, 3 insertions, 0 deletions
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