lionheart / openradar-mirror

A mirror of radars pulled from http://openradar.me/.
246 stars 17 forks source link

25659868: Document startosinstall "--nointeraction" option in the usage output along with other supported arguments #8860

Open openradar-mirror opened 8 years ago

openradar-mirror commented 8 years ago

Description

This is a duplicate of rdar://22557955

Summary: The new startosinstall binary included with OS X 10.11 by default requires user interaction to accept the license agreement, and while an option exists to pre-accept this license agreement, it is not documented.

Steps to Reproduce:

  1. Obtain the Beta 7 "Install OS X" app.
  2. Run the following command:

sudo /Applications/Install\ OS\ X\ El\ Capitan\ Developer\ Beta.app/Contents/Resources/startosinstall

Expected Results: The option which allows a user to pre-accept the license agreement (and thus more easily wrap this utility with a script), "--nointeraction", is listed in the Arguments section of the usage output.

Actual Results:

Usage output is displayed with the supported arguments, but "--nointeraction" is missing.

Arguments --volume, a path to the target volume. --applicationpath, a path to copy of the OS installer application to start the install with. --license, prints the user license agreement only. --usage, prints this message.

Regression: None. startosinstall is a new utility in OS X 10.11.

Notes: The --license option also does not seem to work currently. Only the usage output is displayed.

Product Version: 10.11.4 Created: 2016-04-11T18:21:06.726300 Originated: 2016-04-11T14:20:00 Open Radar Link: http://www.openradar.me/25659868

openradar-mirror commented 8 years ago

Modified: 2016-04-11T18:21:06.726460