From: Joerg Behrmann Date: Sat, 18 Jul 2020 14:51:02 +0000 (+0200) Subject: Make test for uefi boot protocol on Photon reachable X-Git-Tag: v6~63^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F456%2Fhead;p=thirdparty%2Fmkosi.git Make test for uefi boot protocol on Photon reachable Fixes #455 --- diff --git a/mkosi b/mkosi index 1008cb4f3..9e1a51d2b 100755 --- a/mkosi +++ b/mkosi @@ -4391,8 +4391,8 @@ def load_args(args: CommandLineArguments) -> CommandLineArguments: Distribution.photon): die(f"bios boot not implemented yet for {args.distribution}") - if "uefi" in args.boot_protocols and args.distribution == Distribution.photon: - die(f"uefi boot not supported for {args.distribution}") + if "uefi" in args.boot_protocols and args.distribution == Distribution.photon: + die(f"uefi boot not supported for {args.distribution}") if args.encrypt is not None: if not args.output_format.is_disk():