initramfs chain handling: add support for forcing the alignment.
authorH. Peter Anvin <hpa@zytor.com>
Fri, 16 Mar 2007 00:17:29 +0000 (17:17 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 16 Mar 2007 00:17:29 +0000 (17:17 -0700)
commit5c55d7059b5078df7faad8b260cfc59abd1ab332
tree96649d0df42c99a05bdd8deea400fc9eacb06a5a
parentc5e9d7a496936b9ea553be6fef4dff74596bbf11
initramfs chain handling: add support for forcing the alignment.

cpio has annoying alignment constraints; make it possible to enforce
them without adding padding to the end of last member (which breaks things
which relies on gzip and need to know the final length.)
com32/include/syslinux/linux.h
com32/lib/syslinux/initramfs.c
com32/lib/syslinux/initramfs_archive.c
com32/lib/syslinux/initramfs_file.c
com32/lib/syslinux/load_linux.c