index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | archinstall/lib/installer.py | 1 |
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') |