Chameleon

Chameleon Commit Details

Date:2011-10-05 18:32:34 (12 years 6 months ago)
Author:blackosx
Commit:1606
Parents: 1605
Message:Don't write stage 0 loader if already installed.
Changes:
M/branches/blackosx/package/Scripts/Sub/CheckDiskMicrocode.sh

File differences

branches/blackosx/package/Scripts/Sub/CheckDiskMicrocode.sh
7070
7171
7272
73
7374
7475
7576
......
8283
8384
8485
86
8587
8688
8789
"$scriptDir"InstallLog.sh "${targetVolume}" "Will replace boot0hfs with boot0 as Windows is not on target disk."
exit 0
fi
exit 1
fi
if [ "${stage0type}" == "0a803c" ]; then
"$scriptDir"InstallLog.sh "${targetVolume}" "Will replace boot0 with boot0md as Windows is on target disk."
exit 0
fi
exit 1
fi
if [ "${stage0type}" == "ee7505" ]; then

Archive Download the corresponding diff file

Revision: 1606