Differences between revisions 2 and 3
Revision 2 as of 2006-07-31 15:37:37
Size: 916
Editor: RonnyAasen
Comment:
Revision 3 as of 2009-03-16 03:32:43
Size: 916
Editor: anonymous
Comment: converted to 1.6 markup
No differences found!

dirty remaster

You may wish to do a dirty remaster when testing out the booting of the cd adjust paths as nessecary

open

unpacks the cd to /tmp/cd

rm -rf /tmp/cd
rm -rf /tmp/cd-orig
mkdir /tmp/cd-orig
mkdir /tmp/cd
sudo mount -o loop /storage/isos/skolelinux/debian-edu-etch-test.iso /tmp/cd-orig
rsync -v -a -H --exclude=TRANS.TBL /tmp/cd-orig/ /tmp/cd/
chmod -R u+rw /tmp/cd
sudo umount /tmp/cd-orig

close

recreates a iso from the /tmp/cd directory



#md5sums
cd /tmp/cd
rm md5sum.txt
md5sum `find -follow -type f` > md5sum.txt

#new image
cd /tmp
rm -rf  /storage/isos/skolelinux/remastered.iso
mkisofs -o /storage/isos/skolelinux/remastered.iso -r \
        -b isolinux/isolinux.bin -c isolinux/boot.cat \
        -no-emul-boot -boot-load-size 4 \
        -boot-info-table /tmp/cd