Kaydet (Commit) e93a28cb authored tarafından Christophe Godart's avatar Christophe Godart Kaydeden (comit) Michael Webster

Don't install EFI packages if "Install GRUB" is not checked

üst 231fb4e1
......@@ -115,7 +115,7 @@ class InstallerEngine:
if not found_initrd:
print "WARNING: No initrd found!!"
if (self.setup.gptonefi):
if self.setup.grub_device and self.setup.gptonefi:
print " --> Installing signed boot loader"
os.system("mkdir -p /target/debs")
os.system("cp /run/live/medium/pool/main/g/grub2/grub-efi* /target/debs/")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment