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>
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>
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>