Chameleon

Issue 166: an option to rename com.apple.boot.plist to org.chameleon.boot.plist

Reported by mehran lq, Aug 30, 2011

hello
please add an option to pkg to auto rename com.apple.boot.plist to 
org.chameleon.boot.plist for some pepole how dont knew to rename it.
because when select an option for org.chameleon.boot.plist it says 
"installation failed".
tanks.

Comment 1 by Cosmosis Jones, Aug 30, 2011

Just fix the installation, not add an option to rename
Status: Accepted
Owner: ifabio

Comment 2 by mehran lq, Aug 30, 2011

tanx

Comment 3 by JrCs, Oct 22, 2011

Is this issue can be closed ?

Comment 4 by blackosx, Oct 25, 2011

I am planning the next revision of the package installer in my 
branch to support upgrading from a previous install in which case 
this issue will be taken care of. I'll post when it's ready.

Comment 5 by ErmaC , Feb 25, 2012

Fixed inside /package/Script.templates/Pre/preinstall script.
------

# Check existing plist name for old naming convention and change to 
new convention.
if [[ -f "${targetVolume}/Extra/com.apple.Boot.plist" ]]; 
then
  echo "Renaming existing com.apple.Boot.plist to 
org.chameleon.Boot.plist" >>"${logFile}"
  mv "${targetVolume}/Extra/com.apple.Boot.plist" 
"${targetVolume}/Extra/org.chameleon.Boot.plist"
fi

# ---------------------------------------------
Status: Fixed

Created: 12 years 7 months ago by mehran lq

Updated: 12 years 2 months ago

Status: Fixed

Owner: ErmaC

Followed by: 3 persons

Labels:
Priority:Medium
Type:Defect