summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-02-16 18:51:21 +0200
committerLars Wirzenius <liw@liw.fi>2022-06-21 16:04:32 +0300
commit88bc65839f50df16684ac1a828b5249e73448376 (patch)
tree4e18420b5b6c626faa19313bb95fd3afd499414a
parentc264f7ac39e6a10742130ed9889505f24b1be3f4 (diff)
downloadv-i-88bc65839f50df16684ac1a828b5249e73448376.tar.gz
doc: add comment about what step does
Sponsored-by: author
-rwxr-xr-xv-i1
1 files changed, 1 insertions, 0 deletions
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"),