summaryrefslogtreecommitdiff
path: root/packages/debian/control.in
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2015-06-05 16:26:20 -0400
committerScott Moser <smoser@ubuntu.com>2015-06-05 16:26:20 -0400
commit0f3736ab501ceebaa3c9f5c7543b6218637cb6c7 (patch)
tree6ee4ba83d4b3c043d2b4916c72eb87fee0cc8136 /packages/debian/control.in
parent5a8f6c82da94ab87f21b39dc30a0e85ddbc85216 (diff)
downloadvyos-cloud-init-0f3736ab501ceebaa3c9f5c7543b6218637cb6c7.tar.gz
vyos-cloud-init-0f3736ab501ceebaa3c9f5c7543b6218637cb6c7.zip
packages/debian/control.in: mention recommends of gdisk
some of the partitioning code in 'disk_setup' module needs sgdisk. In the future that could move to using sfdisk also but for now we do need sgdisk for this.
Diffstat (limited to 'packages/debian/control.in')
-rw-r--r--packages/debian/control.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/debian/control.in b/packages/debian/control.in
index 6de09f23..401a542f 100644
--- a/packages/debian/control.in
+++ b/packages/debian/control.in
@@ -19,7 +19,7 @@ Depends: procps,
${python},
${requires},
${misc:Depends},
-Recommends: eatmydata, sudo, software-properties-common
+Recommends: eatmydata, sudo, software-properties-common, gdisk
XB-Python-Version: ${python:Versions}
Description: Init scripts for cloud instances
Cloud instances need special scripts to run during initialisation