Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.6:Update
grub2.22047
grub2-mkconfig-default-entry-correction.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File grub2-mkconfig-default-entry-correction.patch of Package grub2.22047
Index: grub-2.04/util/grub-mkconfig.in =================================================================== --- grub-2.04.orig/util/grub-mkconfig.in +++ grub-2.04/util/grub-mkconfig.in @@ -339,6 +339,11 @@ and /etc/grub.d/* files or please file a else # none of the children aborted with error, install the new grub.cfg mv -f ${grub_cfg}.new ${grub_cfg} + # check if default entry need to be corrected for updated distributor version + # and/or use fallback entry if default kernel entry removed + if test -x /usr/sbin/grub2-check-default; then + /usr/sbin/grub2-check-default >&2 + fi sync_fs_journal || true fi 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