From aa171af9aee49b0dbd2800d19a029e3506423f3f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 4 Jul 2017 11:54:31 -0400 Subject: 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. --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian') 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 Tue, 20 Jun 2017 10:55:37 -0400 -- cgit v1.3-2-g0d8e