[PATCH] Fix extraous comma in printf

2014-09-11 Thread Michael Chang
This patch is to get intended output from printf shell command, as the comma is not used as separator for it's arguments, they will eventually be outputted together with the variables. Though it does not affect or break any function currently, I'd like to address this hidden problem and hope to

Re: [PATCH] Add config option to prefer Linux kernel versions by substring match

2014-09-11 Thread Jordan Uggla
On Sun, Sep 7, 2014 at 12:37 PM, Doug Brunner d...@doug-brunner.com wrote: Hi all, First time submitting - please let me know if I'm doing anything wrong. This patch adds an option, GRUB_LINUX_PREF_VERSION_SUBSTR, that can be set to prioritize Linux kernels containing a given substring.