debian-cd-clone/debian
Philipp Hahn 1a15968a7a Fix size calculation for EFI image
CD creation fails with "disk full", because of rounding errors.

The minimum size of data-allocation is a 'cluster', which is a
power-of-two multiple of sectors.
mkfs.msdos chooses minimum FAT and cluster size for image: FAT12<16G
mkfs.msdos uses block-count where a block is 1024 B, but must be rounded
up to track_size with 32 sectors.

Round up each file to clusters before summing.
A sub-directory entry needs 1 cluster minimum.
2016-04-19 22:09:24 +00:00
..
source * Changes triggered by various lintian warnings: 2011-11-06 13:34:06 +00:00
changelog Fix size calculation for EFI image 2016-04-19 22:09:24 +00:00
compat * Switch debhelper compatibility level to 5 and use debian/compat 2008-05-07 14:15:42 +00:00
control Add Recommends on syslinux-utils 2016-04-19 21:39:21 +01:00
copyright Recode debian/copyright file to UTF-8 2009-01-12 15:50:27 +00:00
dirs resync with 2.1.90 1999-11-11 18:27:05 +00:00
rules * Changes triggered by various lintian warnings: 2011-11-06 13:34:06 +00:00