#!/bin/bash configFile="/private/tmp/InstallConfig.plist" # adding option to declare that we are installing the bootloader w/o writing the Stage0 /usr/libexec/PlistBuddy -c "Add :SkipStage0 bool true" ${configFile} exit 0