Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
os-prober
os-prober-40grub-check-grub2.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File os-prober-40grub-check-grub2.patch of Package os-prober
From: Andrei Borzenkov <arvidjaar@gmail.com> Subject: Also skip legacy grub if grub2 is found Check for grub.cfg also in /boot/grub2, not only in /boot/grub. Index: os-prober/linux-boot-probes/mounted/x86/40grub =================================================================== --- os-prober.orig/linux-boot-probes/mounted/x86/40grub +++ os-prober/linux-boot-probes/mounted/x86/40grub @@ -95,7 +95,9 @@ fi if [ "$grubconf" ] && \ ([ ! -e "$mpoint/boot/grub/grub.cfg" ] || \ - [ "$mpoint/boot/grub/$grubconf" -nt "$mpoint/boot/grub/grub.cfg" ]); then + [ "$mpoint/boot/grub/$grubconf" -nt "$mpoint/boot/grub/grub.cfg" ]) && \ + ([ ! -e "$mpoint/boot/grub2/grub.cfg" ] || \ + [ "$mpoint/boot/grub/$grubconf" -nt "$mpoint/boot/grub2/grub.cfg" ]); then debug "parsing $grubconf" parse_grub_menu "$mpoint" "$partition" "$bootpart" < "$mpoint/boot/grub/$grubconf" fi
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor