From 6888b7fbc69f9fb95b115a0956be6c30b0c82cf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20L=C3=BCke?= Date: Thu, 21 Nov 2019 15:15:17 +0100 Subject: [PATCH] build_library: Document when Ignition needs flatcar.first_boot=1 --- build_library/qemu_template.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_library/qemu_template.sh b/build_library/qemu_template.sh index 3621956a53..e8a0b019c1 100755 --- a/build_library/qemu_template.sh +++ b/build_library/qemu_template.sh @@ -21,6 +21,7 @@ SAFE_ARGS=0 USAGE="Usage: $0 [-a authorized_keys] [--] [qemu options...] Options: -i FILE File containing an Ignition config + (needs \"-append 'flatcar.first_boot=1'\" for already-booted or PXE images) -u FILE Cloudinit user-data as either a cloud config or script. -c FILE Config drive as an iso or fat filesystem image. -a FILE SSH public keys for login access. [~/.ssh/id_{dsa,rsa}.pub]