The step:
- create a destination directory
- mount the iso file
- copy the content of mounted iso to the destination directory
- create a file named
ei.cfg
onsource
dir from destination directory - edit the file with the following content:
text
[Channel]
Retail
[VL]
0
- create a new iso based on the destination directory:
text
cd <destination directory>
mkisofs -UDF -iso-level 3 -full-iso9660-filenames -b boot/etfsboot.com -no-emul-boot -boot-load-size 8 -eltorito-alt-boot -b efi/microsoft/boot/efisys.bin -no-emul-boot -joliet-long -o /tmp/win8.iso -J -R -D -V "Modified Win8" .
references: