Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-05-18 12:34:40 +0000
committerGitHub <noreply@github.com>2021-05-18 12:34:40 +0000
commit9bf71da867554f956d370694eb32b6392e352a06 (patch)
tree6a214869064774e2f1fa65122643ffcaea00bf46
parent92a04819b223eb31ac6da0413f5840b32e14d6e4 (diff)
parent596c068f9dca2b2d35aaab56c2d03a569d11d918 (diff)
Merge pull request #471 from dylanmtaylor/patch-5
Remove unreachable code
-rw-r--r--archinstall/lib/installer.py1
1 files changed, 0 insertions, 1 deletions
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')