From 59f5b5de673caa4347e885dbd5ae63d26cea71af Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 11 Jul 2025 02:25:50 -0700 Subject: [PATCH] Same, but harder Signed-off-by: Adam Williamson --- templates-updates.fif.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates-updates.fif.json b/templates-updates.fif.json index 315b5a4f..d92cd68e 100644 --- a/templates-updates.fif.json +++ b/templates-updates.fif.json @@ -4,14 +4,14 @@ "settings": { "+HDD_1": "disk_f%VERSION%_server_5_%ARCH%.qcow2", "NUMDISKS": "2", - "QEMU_VIDEO_DEVICE": "VGA", + "+QEMU_VIDEO_DEVICE": "VGA", "RETRY": "1" } }, "updates-everything-boot-iso": { "settings": { "NUMDISKS": "2", - "QEMU_VIDEO_DEVICE": "VGA", + "+QEMU_VIDEO_DEVICE": "VGA", "RETRY": "1" } }, @@ -27,14 +27,14 @@ "settings": { "+HDD_1": "disk_f%VERSION%_server_5_%ARCH%.qcow2", "NUMDISKS": "2", - "QEMU_VIDEO_DEVICE": "VGA", + "+QEMU_VIDEO_DEVICE": "VGA", "RETRY": "1" } }, "updates-server-upgrade": { "settings": { "NUMDISKS": "2", - "QEMU_VIDEO_DEVICE": "VGA", + "+QEMU_VIDEO_DEVICE": "VGA", "RETRY": "1" } },