Remove unreachable code
This commit is contained in:
parent
92a04819b2
commit
596c068f9d
|
|
@ -446,7 +446,6 @@ class Installer:
|
||||||
self.helper_flags['bootloader'] = bootloader
|
self.helper_flags['bootloader'] = bootloader
|
||||||
return True
|
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":
|
elif bootloader == "grub-install":
|
||||||
self.pacstrap('grub')
|
self.pacstrap('grub')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue