Merge pull request #471 from dylanmtaylor/patch-5

Remove unreachable code
This commit is contained in:
Anton Hvornum 2021-05-18 12:34:40 +00:00 committed by GitHub
commit 9bf71da867
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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')