]> git.ipfire.org Git - people/arne_f/ipfire-2.x.git/blob - src/patches/grub/grub-2.06-remove_os_prober_disabled_warning.patch
grub: remove os_probes_disabled warning
[people/arne_f/ipfire-2.x.git] / src / patches / grub / grub-2.06-remove_os_prober_disabled_warning.patch
1 diff -Naur grub-2.06/util/grub.d/30_os-prober.in grub-2.06.new/util/grub.d/30_os-prober.in
2 --- grub-2.06/util/grub.d/30_os-prober.in 2021-04-12 16:39:21.000000000 +0200
3 +++ grub-2.06.new/util/grub.d/30_os-prober.in 2021-06-19 09:25:08.973408717 +0200
4 @@ -27,7 +27,6 @@
5 . "$pkgdatadir/grub-mkconfig_lib"
6
7 if [ "x${GRUB_DISABLE_OS_PROBER}" = "xtrue" ]; then
8 - grub_warn "$(gettext_printf "os-prober will not be executed to detect other bootable partitions.\nSystems on them will not be added to the GRUB boot configuration.\nCheck GRUB_DISABLE_OS_PROBER documentation entry.")"
9 exit 0
10 fi
11