grub-devel
[Top][All Lists]
Advanced

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

Re: Grub version variable in shell


From: Vladimir 'φ-coder/phcoder' Serbinenko
Subject: Re: Grub version variable in shell
Date: Sun, 11 Mar 2012 15:07:09 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20120131 Thunderbird/10.0

On 11.03.2012 14:55, Andreas Born wrote:
> In 1.98 there was that export issue, I already mentioned. When opening
> a new context with configfile e.g. variables were exported to the new
> context, but not marked anymore for reexport. So you had to reexport
> them yourself. No way I'm maintaining a workaround for that. 
What do you think of possibility
if [ x$feature_bug1_fixed != xy -o x$feature_bug2_fixed != xy ]; then
   echo "Too old"
   <basic menu>
else
<complete version>
fi

We probably need a feature feature_200_release anyway since it will be
starting point for most of backward compatibility (compatibility is
loose with 1.99).
Perhaps feature_20x_release is the way to go.

-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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