Remove unreachable code

This commit is contained in:
Dylan M. Taylor 2021-05-18 08:32:30 -04:00 committed by GitHub
parent 92a04819b2
commit 596c068f9d
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')