Skip to content

Commit

Permalink
Fixed Combustion on VM.
Browse files Browse the repository at this point in the history
  • Loading branch information
lvicoun committed Jun 12, 2024
1 parent 670bfc7 commit 49152dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions concepts/configure-combustion.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,30 +56,30 @@

<para condition="deployment-virtual-machine">
If you intend to configure a QEMU/KVM virtual machine, provide the path
to <filename>config.ign</filename> as an attribute of the
to <filename>script</filename> as an attribute of the
<command>qemu</command> command. For example:
</para>

<screen condition="deployment-virtual-machine">
-fw_cfg name=opt/com.coreos/config,file=<replaceable>PATH_TO_config.ign</replaceable>
-fw_cfg name=opt/org.opensuse.combustion/script,file=<replaceable>PATH_TO_script</replaceable>
</screen>

<para condition="deployment-virtual-machine">
When configuring a virtual machine with &vmm; (&libvirt;),
provide the path to the <filename>config.ign</filename> file in its XML
provide the path to the <filename>script</filename> file in its XML
definition, for example:
</para>
<screen condition="deployment-virtual-machine">
&lt;domain ... >
&lt;sysinfo type="fwcfg">
&lt;entry name="opt/com.coreos/config" file="/location/to/config.ign"/>
&lt;entry name="opt/org.opensuse.combustion/script" file="/location/of/script"/>
&lt;/sysinfo>
&lt;/domain>
</screen>
<para condition="deployment-virtual-machine">
Alternatively, when using &libvirt;, you can provide the path as an option to the <command>virt-install</command> command:
</para>
<screen condition="deployment-virtual-machine">--sysinfo type=fwcfg,entry0.name="opt/com.coreos/config",entry0.file="<replaceable>PATH_TO_config.ign</replaceable>>" </screen>
<screen condition="deployment-virtual-machine">--sysinfo type=fwcfg,entry0.name="opt/org.opensuse.combustion/script",entry0.file="<replaceable>PATH_TO_script</replaceable>>" </screen>
<tip>
<title>Using &combustion; together with &ignition;</title>
<para>
Expand Down

0 comments on commit 49152dd

Please sign in to comment.