From 88bc65839f50df16684ac1a828b5249e73448376 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 16 Feb 2022 18:51:21 +0200 Subject: doc: add comment about what step does Sponsored-by: author --- v-i | 1 + 1 file changed, 1 insertion(+) diff --git a/v-i b/v-i index b34555a..8bdd6dd 100755 --- a/v-i +++ b/v-i @@ -248,6 +248,7 @@ def grub(device, root, efi): def vmdb_spec(system, ansible_vars): device = "{{ image }}" steps = [ + # Create partition table. mklabel(device), # Create a partition for UEFI to boot from. mkpart(device, "efi", "0%", "500M"), -- cgit v1.2.1