diff --git a/helpers/make-grub2 b/helpers/make-grub2 index bb7709b242dfa9748db8fee931e0409573f18d4b..c0ae9e3c38232e66f78cfa087333cddc4664ea67 100644 --- a/helpers/make-grub2 +++ b/helpers/make-grub2 @@ -19,7 +19,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=4 +VERSION=5 COMPONENT=main . ./config @@ -50,6 +50,9 @@ replace Ubuntu Trisquel . replace ubuntu trisquel . find |grep ubuntu|xargs rename s/ubuntu/trisquel/ +#Avoid the use of signed grub efi package +sed -i '/Recommends:/s|grub-efi-amd64-signed|grub-efi-amd64|' debian/control + # Allow Windows and MacOX entries to boot without a password sed 's/class osx/class osx --unrestricted/; s/class windows/class osx --unrestricted/;' -i ./util/grub.d/30_os-prober.in