5 Commits
Author SHA1 Message Date
Alexander Koskovich d3cdbc25a1 Typo in YAML scripts
Also capitalize/end with period.
2020-02-12 18:55:13 -08:00
John Akre 1527c25d6d Add offline install support
When creating installer images with offline support, installation
content for a minimum set of bundles will be downloaded to the
/var/lib/clr-installer/offline-content directory inside the installer
image. The offline-content directory will be used instead of the network
to install bundles when it exists.

To generate images with offline support, the --offline command line
argument or the offline config file field can be set.

Signed-off-by: John Akre <john.w.akre@intel.com>
2019-09-23 16:08:10 -07:00
Mark D Horn 1a8675f042 scripts: match production image files
Update the bundle lists

Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
2019-05-07 15:03:50 -07:00
Mark D Horn 003d1b54bd scripts: Disable autoUpdate
For the developer images we want to disable autoUpdate for the ISO
images.  DevOps always add the version= option which disables
autoUpdate automatically.

Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
2019-04-30 14:24:15 -07:00
Mark D Horn 797b7d99f8 scripts: Fix configuration files
Pull back updates release in DevOps back to development.

The new developer-live-*.yaml files will be the basis of
the future live-*.yaml files.

Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
2019-04-23 16:11:39 -07:00