From f9e75482a8f314928b0de6bbede2a99460d93ea5 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sun, 4 Sep 2022 08:54:02 -0700 Subject: [PATCH] Update check-needles.py for blivet biosboot fs needle I added a new blivet fs needle a few weeks back, but forgot to update check-needles. Signed-off-by: Adam Williamson --- check-needles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-needles.py b/check-needles.py index b0faba7f..c65370c9 100755 --- a/check-needles.py +++ b/check-needles.py @@ -90,7 +90,7 @@ for scheme in ("standard", "lvmthin", "btrfs", "lvm"): # custom_blivet_add_partition for dtype in ("lvmvg", "lvmlv", "lvmthin", "raid"): testliterals.append(f"anaconda_blivet_part_devicetype_{dtype}") -for fsys in ("ext4", "xfs", "btrfs", "ppc_prep_boot", "swap", "efi_filesystem"): +for fsys in ("ext4", "xfs", "btrfs", "ppc_prep_boot", "swap", "efi_filesystem", "biosboot"): testliterals.append(f"anaconda_blivet_part_fs_{fsys}") testliterals.append(f"anaconda_blivet_part_fs_{fsys}_selected") # this is variable-y in custom_change_type but we only actually have