index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Dylan M. Taylor <dylan@dylanmtaylor.com> | 2021-05-18 08:32:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-18 08:32:30 -0400 |
commit | 596c068f9dca2b2d35aaab56c2d03a569d11d918 (patch) | |
tree | 6a214869064774e2f1fa65122643ffcaea00bf46 | |
parent | 92a04819b223eb31ac6da0413f5840b32e14d6e4 (diff) |
-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') |