diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-06-05 16:26:20 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-06-05 16:26:20 -0400 |
commit | 0f3736ab501ceebaa3c9f5c7543b6218637cb6c7 (patch) | |
tree | 6ee4ba83d4b3c043d2b4916c72eb87fee0cc8136 /packages/debian | |
parent | 5a8f6c82da94ab87f21b39dc30a0e85ddbc85216 (diff) | |
download | vyos-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')
-rw-r--r-- | packages/debian/control.in | 2 |
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 |