52f6897318
This is a base for "media check" to become available: using this feature will implant a checksum into the image so that it can be verified during install. Also added a test/demo distro/live-isomd5sum target. For real distros an alterator module is probably due.
5 lines
100 B
Makefile
5 lines
100 B
Makefile
CHROOT_PACKAGES += isomd5sum
|
|
|
|
postprocess-isomd5sum:
|
|
@implantisomd5 "$(IMAGEDIR)/$(IMAGE_OUTFILE)"
|