From e2ee97df0e34ad88b0ea10bbe4292514e40044ee Mon Sep 17 00:00:00 2001 From: zsdc Date: Sat, 14 Nov 2020 01:39:51 +0200 Subject: cloud images: T3039: Added cloud-guest-utils package dependency Cloud-init requires the `growpart` script which is a part of the cloud-guest-utils package to grow a VyOS partition to all available space during deployment. Therefore it is necessary to add this package to images for virtual environments. --- tools/cloud-init/cloud-init.list.chroot | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/cloud-init/cloud-init.list.chroot b/tools/cloud-init/cloud-init.list.chroot index db064e62..a5eeb639 100644 --- a/tools/cloud-init/cloud-init.list.chroot +++ b/tools/cloud-init/cloud-init.list.chroot @@ -1 +1,2 @@ cloud-init +cloud-guest-utils -- cgit v1.2.3