Chameleon

Chameleon Commit Details

Date:2011-10-11 21:28:47 (12 years 6 months ago)
Author:blackosx
Commit:1627
Parents: 1626
Message:Add signature for boot0md (dmaazar's Boot0workV2) to CheckProceed.sh script.
Changes:
M/branches/blackosx/package/Scripts/Sub/CheckProceed.sh

File differences

branches/blackosx/package/Scripts/Sub/CheckProceed.sh
9292
9393
9494
95
95
9696
9797
9898
# Check for existing stage 0 boot file from CheckDiskMicrocode.sh script
stage0type=$( dd 2>/dev/null if="$targetDisk" count=3 bs=1 skip=105 | xxd | awk '{print $2$3}' )
if [ "${stage0type}" == "0b807c" ] || [ "${stage0type}" == "0a803c" ] || [ "${stage0type}" == "ee7505" ]; then
if [ "${stage0type}" == "0b807c" ] || [ "${stage0type}" == "0a803c" ] || [ "${stage0type}" == "ee7505" ] || [ "${stage0type}" == "742b80" ]; then
#echo "DEBUG: boot0 found on $targetDisk"
(( stageExistence++ ))
fi

Archive Download the corresponding diff file

Revision: 1627