Chameleon

Chameleon Commit Details

Date:2011-10-16 00:44:52 (12 years 6 months ago)
Author:blackosx
Commit:1629
Parents: 1628
Message:Fix bug with installing to EFI system partition.
Changes:
M/branches/blackosx/package/Scripts/Sub/WriteChameleonStage2.sh

File differences

branches/blackosx/package/Scripts/Sub/WriteChameleonStage2.sh
3636
3737
3838
39
39
4040
41
41
4242
4343
4444
if [ "${selectedDestination}" = "/Volumes/EFI" ]; then
#echo "DEBUG: EFI install chosen"
if [ ! -d "${selectedDestination}" ]; then
if [ ! -e "${selectedDestination}" ]; then
#echo "DEBUG: Executing Command: mkdir -p ${selectedDestination}"
mkdir -p "${targetVolume}"
mkdir -p "${selectedDestination}"
#else
#echo "DEBUG: folder /Volumes/EFI already exists"
fi

Archive Download the corresponding diff file

Revision: 1629