grub2: fix duplicated gnulinux reference.

This commit is contained in:
Ark74 2025-04-11 23:28:08 -06:00
parent ec4f3826e4
commit a3a24c1f9f
2 changed files with 24 additions and 1 deletions

View file

@ -19,7 +19,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=8
VERSION=9
COMPONENT=main
DEPENDS=base-files
@ -33,6 +33,7 @@ done
# Remove patch renaming GNU/Linux as default distributor.
remove_patch ubuntu-zfs-mkconfig-ubuntu-distributor.patch
remove_patch mkconfig-ubuntu-distributor.patch
# Allow passwords https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311302
for i in $(grep -rl 'CLASS="' util/grub.d/|grep -v 30_os-prober.in)