From 596c068f9dca2b2d35aaab56c2d03a569d11d918 Mon Sep 17 00:00:00 2001 From: "Dylan M. Taylor" Date: Tue, 18 May 2021 08:32:30 -0400 Subject: Remove unreachable code --- archinstall/lib/installer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py index 103569fb..61b0a3a1 100644 --- a/archinstall/lib/installer.py +++ b/archinstall/lib/installer.py @@ -446,7 +446,6 @@ class Installer: self.helper_flags['bootloader'] = bootloader return True - raise RequirementError(f"Could not identify the UUID of {self.partition}, there for {self.target}/boot/loader/entries/arch.conf will be broken until fixed.") elif bootloader == "grub-install": self.pacstrap('grub') -- cgit v1.2.3-54-g00ecf