Home Forums Software InstaDMG Enabling location service

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #384753
    ramuntcho
    Participant

    Hi,

    My image made with instaDMG has the location service disabled (in Prefs System). This is normally decided when you install manually the system. I fix it by commands in a firstboot.sh :
    defaults write /private/var/db/locationd/Library/Preferences/ByHost/com.apple.locationd.$MAC_UUID LocationServicesEnabled -bool true
    defaults write /private/var/db/locationd/Library/Preferences/ByHost/com.apple.locationd.notbackedup.$MAC_UUID LocationServicesEnabled -bool true
    chown -R _locationd:_locationd /private/var/db/locationd/Library/

    Is there an other way to fix it ?

    Christian

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.

Comments are closed