Skip to content
Snippets Groups Projects
Commit 1948a704 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

grub-installer: fix grub dependencies for EFI, disable shim-signed usage

parent e4b5238f
No related branches found
No related tags found
No related merge requests found
Pipeline #762 passed
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2021 Luis Guzman <ark@switnet.org> # Copyright (C) 2021 Luis Guzman <ark@switnet.org>
# Copyright (C) 2022 Ruben Rodriguez <ruben@trisquel.info>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
...@@ -17,14 +18,18 @@ ...@@ -17,14 +18,18 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=1 VERSION=2
EXTERNAL='deb-src http://ftp.debian.org/debian stable main' EXTERNAL='deb-src http://ftp.debian.org/debian stable main'
REPOKEY=648ACFD622F3D138 REPOKEY=648ACFD622F3D138
NETINST=true
. ./config . ./config
replace grub-efi-amd64-signed grub-efi-amd64 replace grub-efi-amd64-signed grub-efi-amd64
sed 's/grub-pc$/grub-pc grub-gfxpayload-lists/' -i grub-installer
sed 's/shim-signed/shim/' -i grub-installer
changelog "Remove grub-efi-amd64-signed dependency." changelog "Remove grub-efi-amd64-signed dependency."
compile compile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment