Adjust grub2 to nabia release version
This commit is contained in:
parent
9c93f3f768
commit
c5d4bac104
8 changed files with 1680 additions and 1645 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#
|
||||
# Copyright (C) 2011-2017 Ruben Rodriguez <ruben@trisquel.info>
|
||||
# Copyright (C) 2019 Mason Hock <mason@masonhock.com>
|
||||
# Copyright (C) 2021 Luis Guzman <ark@switnet.org>
|
||||
#
|
||||
# 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
|
||||
|
|
@ -24,6 +25,7 @@ COMPONENT=main
|
|||
. ./config
|
||||
|
||||
# http://grub.johnlane.ie/
|
||||
## updated to 2.04-1 on https://aur.archlinux.org/packages/grub-luks-keyfile/
|
||||
for i in $DATA/*.patch; do
|
||||
echo Applying patch $i
|
||||
patch -p1 < $i
|
||||
|
|
@ -33,13 +35,13 @@ done
|
|||
#sed '/dosfstools/d' -i debian/control
|
||||
sed '/mkfs.minix/s/-B $BLKSIZE//g' -i tests/util/grub-fs-tester.in
|
||||
|
||||
for i in install_efi_ubuntu_flavours.patch mkconfig_ubuntu_distributor.patch; do
|
||||
for i in install-efi-ubuntu-flavours.patch mkconfig-ubuntu-distributor.patch; do
|
||||
rm debian/patches/$i
|
||||
sed /$i/d debian/patches/series -i
|
||||
done
|
||||
|
||||
#Allow passwords https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311302
|
||||
/bin/sed '/CLASS=/s/class os/class os --unrestricted/' -i util/grub.d/* debian/patches/mkconfig_other_inits.patch
|
||||
/bin/sed '/CLASS=/s/class os/class os --unrestricted/' -i util/grub.d/* debian/patches/mkconfig-other-inits.patch
|
||||
|
||||
replace "with Linux" "with Linux-Libre" util
|
||||
replace "with Linux" "with Linux-Libre" debian
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue