Skip to content

Commit

Permalink
Merge pull request #344 from SUSE/jhalackova_BSC#1219880
Browse files Browse the repository at this point in the history
Combustion fix for BSC#1219880
  • Loading branch information
lvicoun authored Jun 20, 2024
2 parents 49152dd + 44fb44b commit 9153824
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions references/combustion-configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,18 @@ echo "Configured with combustion" &gt; /etc/issue.d/combustion</screen>
</para>
<screen>
sfdisk /dev/vdb &lt;&lt;EOF
sleep 1
label: gpt
type=linux
EOF

partition=/dev/vdb1
</screen>
<para>
As the <command>sfdisk</command> command may take longer time to complete, postpone
<command>label</command> by using the
<command>sleep</command> command after <command>sfdisk</command>.
</para>
<para>
The partition is formatted to Btrfs:
</para>
Expand Down

0 comments on commit 9153824

Please sign in to comment.