From d82eae850dd8ded69624df4cd2f0fddb5394c380 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20R=C5=AF=C5=BEi=C4=8Dka?= Date: Wed, 24 Mar 2021 11:57:36 +0100 Subject: [PATCH] Add UEFI versions of cust_btrfs_pres_home and custom_std_part. --- templates.fif.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/templates.fif.json b/templates.fif.json index 8df415c0..9103a447 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -1047,6 +1047,18 @@ "HDD_1": "disk_f%CURRREL%_desktop_4_%ARCH%.img" } }, + "install_btrfs_preserve_home_uefi": { + "profiles": { + "fedora-Server-dvd-iso-aarch64-*-aarch64": 40, + "fedora-Server-dvd-iso-x86_64-*-uefi": 41 + }, + "settings": { + "PARTITIONING": "custom_btrfs_preserve_home", + "HDD_1": "disk_f%CURRREL%_minimal-uefi_3_%ARCH%.img", + "POSTINSTALL": "btrfs_preserve_home_check_content", + "ROOT_PASSWORD": "weakpassword" + } + }, "install_cyrillic_language": { "profiles": { "fedora-universal-aarch64-*-aarch64": 40, @@ -1271,7 +1283,8 @@ "profiles": { "fedora-Server-dvd-iso-aarch64-*-aarch64": 30, "fedora-Server-dvd-iso-ppc64le-*-ppc64le": 30, - "fedora-Server-dvd-iso-x86_64-*-64bit": 30 + "fedora-Server-dvd-iso-x86_64-*-64bit": 30, + "fedora-Server-dvd-iso-x86_64-*-uefi": 31 }, "settings": { "PARTITIONING": "custom_standard_partition_ext4",