diff --git a/references/combustion-configuration.xml b/references/combustion-configuration.xml index 76bd0b312..36fa9d8a2 100644 --- a/references/combustion-configuration.xml +++ b/references/combustion-configuration.xml @@ -149,12 +149,18 @@ echo "Configured with combustion" > /etc/issue.d/combustion sfdisk /dev/vdb <<EOF +sleep 1 label: gpt type=linux EOF partition=/dev/vdb1 + + As the sfdisk command may take longer time to complete, postpone + label by using the + sleep command after sfdisk. + The partition is formatted to Btrfs: