diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-08-14 13:43:53 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-08-14 13:43:53 -0300 |
commit | a2637b3a3125599113b0089e791e1620dfc2d8c1 (patch) | |
tree | fe50bc0b1597dd48e62211c3fb74cc36fc077625 | |
parent | d5c43af80a5aba8b18a7c3d1d5ee5d48b6f29d2f (diff) | |
download | kvmx-a2637b3a3125599113b0089e791e1620dfc2d8c1.tar.gz kvmx-a2637b3a3125599113b0089e791e1620dfc2d8c1.tar.bz2 |
Feat: kvmx-create: install cloud-guest-utils
-rwxr-xr-x | kvmx-create | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmx-create b/kvmx-create index 990a7f7..c8b3992 100755 --- a/kvmx-create +++ b/kvmx-create @@ -452,7 +452,7 @@ EOF kvmx_sudo_run chroot $WORK/ locale-gen # Basic packages - $APT_INSTALL screen cron lsb-release openssl rsync + $APT_INSTALL screen cron lsb-release openssl rsync cloud-guest-utils # Guest agent $APT_INSTALL qemu-guest-agent |