We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First reported here: chef-boneyard/chef-dk#247
If the user has multiple volumes attached on Mac OS X, the installer will by default allow the user to install a package to the other volume(s). This doesn't work for omnibus packages, so it should be disallowed. As best I can tell the way to do this is to set the correct properties on a domains element in the distribution.xml.erb file. See here: https://developer.apple.com/library/mac/documentation/DeveloperTools/Reference/DistributionDefinitionRef/Chapters/Distribution_XML_Ref.html#//apple_ref/doc/uid/TP40005370-CH100-SW35
domains
distribution.xml.erb
The text was updated successfully, but these errors were encountered:
[PKG] Only allow installation on system volume
d60966a
Fixes #397.
Thanks again!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
First reported here: chef-boneyard/chef-dk#247
If the user has multiple volumes attached on Mac OS X, the installer will by default allow the user to install a package to the other volume(s). This doesn't work for omnibus packages, so it should be disallowed. As best I can tell the way to do this is to set the correct properties on a
domains
element in thedistribution.xml.erb
file. See here: https://developer.apple.com/library/mac/documentation/DeveloperTools/Reference/DistributionDefinitionRef/Chapters/Distribution_XML_Ref.html#//apple_ref/doc/uid/TP40005370-CH100-SW35The text was updated successfully, but these errors were encountered: