grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Grub version variable in shell


From: Andreas Born
Subject: Grub version variable in shell
Date: Sun, 11 Mar 2012 03:40:32 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120220 Thunderbird/10.0.2

Hi,

it would be great to have a variable like version or grub_version in the shell. Sorry, if there is already such an option and I didn't find it. But I only saw cpu and platform as well as the feature variables.

This is useful, if you want to use some new feature or don't want to use some ugly workaround anymore, which you needed for an older version. Currently, I'm doing a check like 'if keymap' to show a minimal menu to pre-1.99 users with a warning that they're version is too old instead of giving them garbage if at all. But that check does not feel really reliable nor clean. ;) Especially given the recent discussion regarding backwards incompatible changes, this would be a really big help even if they're only small changes. But I imagine there are other uses too. The early there is such a variable the more useful it is, but I wouldn't consider it critical.

On the other hand it's quite hard to parse a version string on the grub shell, especially if distributions choose to change it to some Brainf**k imitation. Or they give the code a major revamp and then don't change it. Well, maybe grub could get a Brainf**k parser at least. :D

For completeness two-line patch attached. (Untested)

Andreas Born

Attachment: grub-version.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]