Skip to content

Instantly share code, notes, and snippets.

@bureado
Created December 6, 2014 02:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bureado/f0d7b595a5626d3b4116 to your computer and use it in GitHub Desktop.
Save bureado/f0d7b595a5626d3b4116 to your computer and use it in GitHub Desktop.
+2013-12-07 Andrey Borzenkov <arvidjaar@gmail.com>
+
+ 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 <arvidjaar@gmail.com>
+
+ * 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 <arvidjaar@gmail.com>
+
+ * 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 <arvidjaar@gmail.com>
+
+ * 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