Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix quadratic algorithm for sorting menu items #1

Merged
merged 1 commit into from Sep 6, 2023

Conversation

fbermel
Copy link

@fbermel fbermel commented Sep 5, 2023

This implements grub.git commit 99e05ab555f013b5ce45a3fd04f8ccd5f4e5bf95
https://git.savannah.gnu.org/cgit/grub.git/commit/?id=99e05ab555f013b5ce45a3fd04f8ccd5f4e5bf95

The latest grub-pc update breaks with the following error:

Setting up grub-pc (2.12~rc1-7) ...
Generating grub configuration file ...
Found theme: /usr/share/grub/themes/giants/theme.txt
/etc/grub.d/09_siduction-btrfs: 1: version_find_latest: not found
dpkg: error processing package grub-pc (--configure):
 installed grub-pc package post-installation script subprocess returned error exit status 127
Errors were encountered while processing:
 grub-pc

It seems this is due to the deprecation of version_find_latest(). Porting this commit from grub fixes the problem.

@towo2099 towo2099 merged commit c8dbc9e into siduction:main Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants