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
{{ message }}
This repository has been archived by the owner on May 12, 2021. It is now read-only.
The VM template factory requires an initrd= to be configured - image= is not supported. However, this is not documented in the configuration file and if you do happen to enable the factory templating feature without also setting initrd= you get this error:
If VM factory templating is enabled (`enable_template=true`), error if
the configured image is not an `initrd=` one.
Also add a note to the config file explaining that a normal image cannot
be used - only initrd images are supported.
Fixeskata-containers#948.
Signed-off-by: James O. D. Hunt <[email protected]>
If VM factory templating is enabled (`enable_template=true`), error if
the configured image is not an `initrd=` one.
Also add a note to the config file explaining that a normal image cannot
be used - only initrd images are supported.
Fixeskata-containers#948.
Signed-off-by: James O. D. Hunt <[email protected]>
jodh-intel
added a commit
to jodh-intel/runtimes
that referenced
this issue
Nov 29, 2018
If VM factory templating is enabled (`enable_template=true`), error if
the configured image is not an `initrd=` one.
Also add a note to the config file explaining that a normal image cannot
be used - only initrd images are supported.
Fixeskata-containers#948.
Signed-off-by: James O. D. Hunt <[email protected]>
The VM template factory requires an
initrd=
to be configured -image=
is not supported. However, this is not documented in the configuration file and if you do happen to enable the factory templating feature without also settinginitrd=
you get this error:(Reported on #945).
The text was updated successfully, but these errors were encountered: