From 171c57d10419c9cc574941f37a5da1cc92f5f7ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20R=C5=AF=C5=BEi=C4=8Dka?= Date: Fri, 2 Jul 2021 13:43:34 +0200 Subject: [PATCH] Add to templates. --- templates.fif.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/templates.fif.json b/templates.fif.json index cbfbd203..52a056c1 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -850,6 +850,17 @@ "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%" } }, + "hello_world": { + "profiles": { + "fedora-Workstation-live-iso-x86_64-*-64bit": 20, + }, + "settings": { + "BOOTFROM": "c", + "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2", + "POSTINSTALL": "hello_world", + "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%" + } + }, "desktop_browser": { "profiles": { "fedora-KDE-live-iso-x86_64-*-64bit": 22,