mirror of
https://github.com/truenas/scale-build.git
synced 2026-02-15 07:29:12 +00:00
Restore grub-efi-amd64-signed after fixing version dependency
This reverts commit 5380518cc7.
This commit is contained in:
@@ -128,7 +128,7 @@ def make_iso_file():
|
||||
run_in_chroot(['apt-get', 'update'], check=False)
|
||||
run_in_chroot([
|
||||
'apt-get', 'install', '-y', 'grub-common', 'grub2-common', 'grub-efi-amd64-bin',
|
||||
'grub-pc-bin', 'mtools', 'xorriso'
|
||||
'grub-efi-amd64-signed', 'grub-pc-bin', 'mtools', 'xorriso'
|
||||
])
|
||||
|
||||
# Debian GRUB EFI searches for GRUB config in a different place
|
||||
|
||||
Reference in New Issue
Block a user