diff options
author | zsdc <taras@vyos.io> | 2020-11-14 01:39:51 +0200 |
---|---|---|
committer | zsdc <taras@vyos.io> | 2020-11-14 01:51:11 +0200 |
commit | e2ee97df0e34ad88b0ea10bbe4292514e40044ee (patch) | |
tree | c9dd9e705a8051750f1a3ed532425ddbccc78ec1 /tools | |
parent | 16e543a9280c55f5f5bb417c7c80cc2e3b093e11 (diff) | |
download | vyos-build-e2ee97df0e34ad88b0ea10bbe4292514e40044ee.tar.gz vyos-build-e2ee97df0e34ad88b0ea10bbe4292514e40044ee.zip |
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.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/cloud-init/cloud-init.list.chroot | 1 |
1 files changed, 1 insertions, 0 deletions
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 |