summaryrefslogtreecommitdiff
path: root/core/checksumiso.pl
Commit message (Collapse)AuthorAgeFilesLines
* checksumiso: pad isolinux.bin to a sector boundaryH. Peter Anvin2008-09-051-3/+18
| | | | | | | Always pad isolinux.bin to a full CD-ROM sector boundary. This avoids a lot of potential special cases. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Move files out of root into core, dos, and utilsH. Peter Anvin2008-05-291-0/+36
Move source files out of the root directory; the root is a mess and has become virtually unmaintainable. The Syslinux core now lives in core/; the Linux and generic utilities has moved into utils/, and copybs.com has moved into dos/; it had to go somewhere, and it seemed as good a place as any.