debian-cd-clone/tools
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
..
boot Fix size calculation for EFI image 2016-04-19 22:09:24 +00:00
jessie Change wget usage to make option handling easier 2016-01-03 12:54:46 +00:00
stretch Change wget usage to make option handling easier 2016-01-03 12:54:46 +00:00
wheezy Change wget usage to make option handling easier 2016-01-03 12:54:46 +00:00
Packages-gen
add-bin-doc Make sure the DEBIAN_KERNEL placeholder in README.* is replaced; 2013-01-29 18:22:44 +00:00
add_files
apt-selection Remove broken trailing space from cut and paste error 2014-04-09 02:24:44 +01:00
create_control
dedicated_source
generate_di+k_list Change dependency on btrfs-tools to btrfs-progs 2016-04-08 23:37:49 +01:00
generate_di_list Fix word-splitting regexp in generate_di_list. 2014-08-20 14:24:38 +01:00
generate_firmware_task fix silly syntax error 2012-03-05 22:42:30 +00:00
grab_md5 Make grab_md5 more robust. 2012-07-13 21:34:54 +00:00
grab_source_list
imagesums
jigdo_cleanup Add links to snapshot.debian.org into jigdo files 2011-07-01 12:26:05 +00:00
link.pl Clean up handling of environment variable handling in perl tools. 2012-06-05 13:56:51 +00:00
make-firmware-image Just checksum the firmware.* files 2015-10-07 16:28:19 +01:00
make_disc_trees.pl Remove uncompressed translation files after compressing them 2015-05-02 00:34:38 +01:00
make_image Add configuration for the snapshot.d.o URL 2011-07-01 12:36:59 +00:00
merge_package_lists Fix minor logic hole in source matching 2013-02-01 03:49:49 +00:00
my-dpkg-scanpackages
set_mkisofs_opts
sort_deps Improve the sort_deps fix for too-large packages 2015-07-23 18:39:43 +01:00
sort_deps_edu Clean up handling of environment variable handling in perl tools. 2012-06-05 13:56:51 +00:00
start_new_disc Shorten the text used as a base for the CD VOLID if possible 2015-07-23 18:49:03 +01:00
update_popcon
update_tasks Extend FORCE_SID_TASKSEL usage in update_tasks 2014-09-26 23:40:04 +01:00
which_deb Let which_deb search silo in sparc64 instead of sparc. 2016-01-03 00:06:47 +00:00