wok diff syslinux/stuff/iso2exe/README @ rev 17538
Add clicfs
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 25 13:52:18 2015 +0100 (2015-01-25) |
parents | 26654c1a7ca7 |
children | fc3051b88ee8 |
line diff
1.1 --- a/syslinux/stuff/iso2exe/README Mon Jan 05 12:38:18 2015 +0100 1.2 +++ b/syslinux/stuff/iso2exe/README Sun Jan 25 13:52:18 2015 +0100 1.3 @@ -55,7 +55,7 @@ 1.4 +-----------------+ 1.5 | untouched | ISO9660 files including /boot/bzImage and /boot/rootfs* 1.6 32K +-----------------+ 1.7 - | | iso md5 | ISO9660 image (except first 32K) md5 hash 1.8 + | | iso md5 | ISO9660 image (except first 32K) md5 hash (1) 1.9 | +---------+ 1.10 | DOS .EXE stub | Start DOS .COM loader 1.11 +-----------------+ 1.12 @@ -71,11 +71,16 @@ 1.13 +-----------------+ 1.14 | isohybrid boot | Starts isolinux.bin 1.15 +-----------------+ 1.16 - | iso2exe boot + | Boot starts isohybrid (*), .EXE starts DOS .COM loader 1.17 + | iso2exe boot + | Boot starts isohybrid (2), .EXE starts DOS .COM loader 1.18 | WIN32 PE .exe | NT+ boot device creator / Win9x DOS .COM launcher. 1.19 0 +-----------------+ 1.20 1.21 -* Eltorito boot (i.e. bootable CD-ROM by BIOS) is not concerned by iso2exe. 1.22 +(1) The following script will show computed and stored md5 hash 1.23 +#!/bin/sh 1.24 +dd if=$1 bs=32k skip=1 2>/dev/null | md5sum 1.25 +od -j 32752 -N 16 -t x1 -An $1 | sed 's/ //g' 1.26 + 1.27 +(2) Eltorito boot (i.e. bootable CD-ROM by BIOS) is not concerned by iso2exe. 1.28 1.29 1.30 Limitations: