ISO/archiso
Gerardo Exequiel Pozzi cd359bc37a [archiso] Checksum only aitab and *.sfs (per architecture)
We are currently checksuming all files inside $archisobasedir
(aitab, *sfs, kernel/initramfs and boot/syslinux related files)
this is stored in one file only. Its works good for now,
but I think we only need to checksum only aitab and *.sfs if they are needed.
Currently if you boot a dual-iso in i686, also checksum is done
for *.sfs of x86_64. Not a big issue, this just take a bit more time.
The real issue is when booting via PXE with HTTP/FTP methods,
since they download only aitab and needed *.sfs files,
can not use directly the only one file where checksums are stored.

This patch does:

(1) Do not checksum syslinux related files, anyway you are already reach initramfs stage.
(2) Do not checksum kernel/initramfs files, for the same as (1)
(3) Two checksum.${arch}.md5 for each i686 and x86_64 for only aitab and *.sfs.

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2011-11-28 12:28:03 -03:00
..
hooks [archiso] Checksum only aitab and *.sfs (per architecture) 2011-11-28 12:28:03 -03:00
install [archiso] Add DNS resolver support to archiso_pxe_common 2011-11-28 12:28:03 -03:00
archiso_pxe_nbd [archiso] Integrate omit_kill_nbd_client logic in hook. 2011-08-29 17:03:00 -03:00
archiso_shutdown [archiso] Add archiso_shutdown hook. 2011-10-23 21:24:18 -03:00
Makefile [archiso] Add PXE NFS support 2011-11-28 12:28:03 -03:00
mkarchiso [archiso] Checksum only aitab and *.sfs (per architecture) 2011-11-28 12:28:03 -03:00
testiso Improved testiso to allow differents scenarios 2010-06-29 02:58:55 -03:00