diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-04 11:54:31 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-04 11:56:06 -0400 |
| commit | aa171af9aee49b0dbd2800d19a029e3506423f3f (patch) | |
| tree | 082b7cb00f69de0de4a85cccf7c40998e3335c49 /debian | |
| parent | 442d36e6d1b3306a992dfd44e762a49aae8a8264 (diff) | |
Diskimage.imageExists: Align disk image size to multiple of 4096 sector size
Since some programs (such as VBoxManage convertdd) refuse to operate on
disk images not aligned to a sector size.
This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 29eb985e..8fdfdf00 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,9 @@ propellor (4.0.7) UNRELEASED; urgency=medium Thanks, Sean Whitton. * Bootstrap.clonedFrom: Fix bug that broke copying .git/config into chroot. + * Diskimage.imageExists: Align disk image size to multiple of 4096 + sector size, since some programs (such as VBoxManage convertdd) + refuse to operate on disk images not aligned to a sector size. -- Joey Hess <id@joeyh.name> Tue, 20 Jun 2017 10:55:37 -0400 |
