Merge pull request #471 from dylanmtaylor/patch-5
Remove unreachable code
This commit is contained in:
commit
9bf71da867
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue