Created
December 6, 2014 02:24
-
-
Save bureado/f0d7b595a5626d3b4116 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+2013-12-07 Andrey Borzenkov <[email protected]> | |
+ | |
+ Revert commit 69ca97c820, it caused failures when using OS device name | |
+ in grub-install. Instead just strip off parenthesis in grub-install | |
+ if (hdX) was passed. | |
+ | |
+2013-12-07 Andrey Borzenkov <[email protected]> | |
+ | |
+ * util/grub-install.c (push_partmap_module): Add helper to convert | |
+ partmap names to module names and use it in probe_mods(). Fixes | |
+ failure to find partmap modules in diskfilter case. | |
+ | |
+2013-12-07 Andrey Borzenkov <[email protected]> | |
+ | |
+ * util/misc.c (grub_qsort_strcmp): Add qsort helper function to sort | |
+ strings. | |
+ * include/grub/util/misc.h: Define it ... | |
+ * util/grub-install.c (device_map_check_duplicates): ... and use it. | |
+ | |
+2013-11-29 Andrey Borzenkov <[email protected]> | |
+ | |
+ * util/grub-setup.c (main): Move parsing of (hdX) syntax to ... | |
+ * util/setup.c (SETUP): ... here. Fixes regression: grub-install | |
+ failed to install on (hdX). | |
+ * util/grub-setup.c (get_device_name): Remove, not needed after | |
+ above change. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment