Pad official ISOs to multiples of 256 KiB.
authorThorsten Glaser <tg@mirbsd.org>
Sun, 7 Jun 2009 16:15:44 +0000 (16:15 +0000)
committerMichael Prokop <mika@grml.org>
Sat, 13 Jun 2009 08:57:00 +0000 (10:57 +0200)
commit82345f34a6fd3441ce4c65483c056e078370d6f9
tree585c2b990e8fc5cb59089fa8c488c51357d32dbf
parentb2cb1bf7e4e16ba888337ab73aeb3add6512af17
Pad official ISOs to multiples of 256 KiB.

Add “-no-pad” to all mkisofs calls (the mkisofs padding for CD-ROM
readahead support is 32K or 48K usually), and apply padding ourselves
for partition table support. We will use cylinders of 256 KiB (split
in 16 tracks à 32 sectors à 512 bytes) for these. This means that the
padding we add is 512 bytes at least, and a whole 256 KiB at most.

CD-ROM readahead padding is done by the “-pad” option of cdrecord,
which is enabled by default and adds another 300 KiB, but only on
the CD itself.

Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
grml-live
remaster/grml-live-remaster