Sha256: 4f12d393b3cc40c76dad09cce59d2dcb5e974add9bea9d63039516425f5f63c9

Contents?: true

Size: 1010 Bytes

Versions: 16

Compression:

Stored size: 1010 Bytes

Contents

OS X doesn't provide kickstart-like functionality in its installer, so the
template instead includes a shell script that will prepare an ISO such that it
runs an automated install. This makes use of built-in support that exists to
support NetInstall images built with Apple's System Image Utility.

The script is located at:

definitions/<%= definition_name %>/prepare_veewee_iso/prepare_veewee_iso.sh,

and can be passed either the path to an "Install [OS X].app" or the
InstallESD.dmg within. The output DMG is saved to a new file in veewee's 'iso'
directory unless an alternate output path is given. The file is saved in the form:
   
OSX_InstallESD_{OS_VERS}_{OS_BUILD}.dmg

Depending on the host and guest OS versions, additional tools may need to be
either downloaded from Apple or extracted from the source installer image, and
this will take place automatically.

Once the ISO is prepared, its filename will be automatically set in the
definition.rb file.

For more details see comments in the script.

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/OSX/NOTICE.erb
veewee-0.5.0.alpha3 templates/OSX/NOTICE.erb
veewee-0.5.0.alpha2 templates/OSX/NOTICE.erb
veewee-0.5.0.alpha1 templates/OSX/NOTICE.erb
veewee-0.4.5.1 templates/OSX/NOTICE.erb
veewee-0.4.5 templates/OSX/NOTICE.erb
veewee-0.4.5.pre1 templates/OSX/NOTICE.erb
veewee-0.4.4 templates/OSX/NOTICE.erb
veewee-0.4.3 templates/OSX/NOTICE.erb
veewee-0.4.2 templates/OSX/NOTICE.erb
veewee-0.4.1 templates/OSX/NOTICE.erb
veewee-0.4.0 templates/OSX/NOTICE.erb
veewee-0.3.12 templates/OSX/NOTICE.erb
veewee-0.3.11 templates/OSX/NOTICE.erb
veewee-0.3.10 templates/OSX/NOTICE.erb
veewee-0.3.9 templates/OSX/NOTICE.erb