From d0912fd2179c3ce6115e4567f76ca5fb8c34333e Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 8 Apr 2024 12:19:51 -0700 Subject: [PATCH] Fix blivet preserve_home test templates for UEFI switchover Somehow these two got completely scrambled, testing the wrong things on the wrong images. Fix them to match the non-blivet counterparts, which are correct. Signed-off-by: Adam Williamson --- templates.fif.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/templates.fif.json b/templates.fif.json index 429295e5..b9a51d61 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -1456,12 +1456,11 @@ }, "install_blivet_btrfs_preserve_home_bios": { "profiles": { - "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 40, - "fedora-Server-dvd-iso-x86_64-*-64bit": 40 + "fedora-Server-dvd-iso-x86_64-*-bios": 41 }, "settings": { "PARTITIONING": "custom_blivet_btrfs_preserve_home", - "HDD_1": "disk_f%CURRREL%_desktop_5_%ARCH%.qcow2", + "HDD_1": "disk_f%CURRREL%_minimal-bios_4_%ARCH%.qcow2", "POSTINSTALL": "btrfs_preserve_home_check_content", "ROOT_PASSWORD": "weakpassword" } @@ -1469,11 +1468,11 @@ "install_blivet_btrfs_preserve_home": { "profiles": { "fedora-Server-dvd-iso-aarch64-*-aarch64": 40, - "fedora-Server-dvd-iso-x86_64-*-64bit": 41 + "fedora-Server-dvd-iso-x86_64-*-64bit": 40 }, "settings": { "PARTITIONING": "custom_blivet_btrfs_preserve_home", - "HDD_1": "disk_f%CURRREL%_minimal_4_%ARCH%.qcow2", + "HDD_1": "disk_f%CURRREL%_desktop_5_%ARCH%.qcow2", "POSTINSTALL": "btrfs_preserve_home_check_content", "ROOT_PASSWORD": "weakpassword" }