You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Imager will output an extra layer for the installer which contains following files:
/overlay/artifacts/ (copied from the overlay image)
/overlay/installers/default (copied from the overlay installers by name)
/overlay/extra-options (marshalled YAML)
Once installer runs, it detects the presence of /overlay/installers/default, and performs same steps when doing an install, but without profile and additional options, just calling fixed overlay installer, passing extra options, etc.
The text was updated successfully, but these errors were encountered:
Imager can generate
installer
from an overlay.Imager will output an extra layer for the
installer
which contains following files:Once installer runs, it detects the presence of
/overlay/installers/default
, and performs same steps when doing an install, but without profile and additional options, just calling fixed overlay installer, passing extra options, etc.The text was updated successfully, but these errors were encountered: