1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-12-07 17:36:00 +00:00

Update templates

This commit is contained in:
Lukáš Růžička 2025-10-30 14:32:26 +01:00
parent 2674e26279
commit ee74fda2d0

View File

@ -1500,7 +1500,7 @@
"STORE_HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2"
}
},
"install_usb": {
"install_usb_upload": {
"profile_groups": {
"server-dvd-3arch": 10,
"coreos-iot-silverblue": 20,
@ -1513,12 +1513,29 @@
},
"settings": {
"PACKAGE_SET": "default",
"POSTINSTALL": "_collect_data",
"RETRY": "%INSTALL_RETRY%",
"STORE_HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
"STORE_HDD_1": "usbdisk_%FLAVOR%_%MACHINE%.qcow2",
"USBBOOT":"1"
}
},
"postinstall_usb": {
"profile_groups": {
"server-dvd-3arch": 10,
"coreos-iot-silverblue": 20,
"workstation-lives": 10
},
"profiles": {
"fedora-BaseOS-dvd-iso-x86_64-*-64bit": 50,
"fedora-KDE-live-iso-x86_64-*-64bit": 15,
"fedora-i3-live-x86_64-*-64bit": 70
},
"settings": {
"ENTRY_POINT": "_graphical_wait_login _collect_data uefi_postinstall _console_shutdown",
"PACKAGE_SET": "default",
"START_AFTER_TEST":"install_usb_upload",
"HDD_1": "usbdisk_%FLAVOR%_%MACHINE%.qcow2",
"USBBOOT":"0"
}
},
"install_delete_partial": {
"profile_groups": {
"server-dvd-4arch": 30