Chameleon Applications

Chameleon Applications Commit Details

Date:2011-11-27 00:24:37 (12 years 4 months ago)
Author:Rekursor
Commit:368
Parents: 367
Message:Fixed Resuce Disk version would not work as expected from Lion pref pane in some circumstances
Changes:
M/trunk/ChameleonPrefPane/bin/OSX106/Chameleon.zip
M/trunk/ChameleonPrefPane/Resources/cdBootCreator.sh
M/trunk/ChameleonPrefPane/bin/version

File differences

trunk/ChameleonPrefPane/bin/version
1
1
2.0-RC5 - r361
2.0-RC5 - r368
trunk/ChameleonPrefPane/Resources/cdBootCreator.sh
106106
107107
108108
109
110
109
110
111
112
113
114
115
111116
112117
113118
......
118123
119124
120125
121
126
122127
123128
124129
130
125131
126132
echo " Ram disk created"
# boot cd creator
hdiutil makehybrid -o BootCD.iso $isodir/ -iso -hfs -joliet -eltorito-boot $isodir/cdboot -no-emul-boot -hfs-volume-name "Boot CD" -joliet-volume-name "Boot CD"
echo " Hybrid image created"
hdiutil makehybrid -o $tempDir/BootCD.iso $isodir/ -iso -hfs -joliet -eltorito-boot $isodir/cdboot -no-emul-boot -hfs-volume-name "Boot CD" -joliet-volume-name "Boot CD"
if [ ! -f $tempDir/BootCD.iso ];then
echo "*** Error: couldn't Create ISO Image."
exit 1
else
echo " Hybrid image created"
fi
# Create output and backup directories
if [ -f $finaldir/BootCD.iso ];then
mv -f $finaldir/BootCD.iso $bkpdir/BootCd-$(date +"%d-%y-%Hh%M").iso
echo " Previous ISO moved into backup folder"
fi
mv BootCD.iso $finaldir
mv $tempDir/BootCD.iso $finaldir
echo " ISO moved on desktop"
# cleanup
rm -rf $isodir/*
echo " ISO created successfully"
exit 0

Archive Download the corresponding diff file

Revision: 368