grub-devel
[Top][All Lists]
Advanced

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

[PATCH] Making exported variables really global


From: Andreas Vogel
Subject: [PATCH] Making exported variables really global
Date: Sun, 04 Mar 2012 14:08:17 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2

Hi all,

This tiny patch makes exported variables really global. Right now
exported variables are set in the context of a submenu when running it.
But any changes to those vars are lost when leaving the submenu. This
patch sets and exports all vars in the calling context for the submenu
which are exported in the context of the submenu.

This feature is needed in order to have submenus implementing something
like setting boot options like boot params, language setttings and the
like using environment variables.

Any comments? If it's OK any chance to be included?

Andreas

Attachment: 08-global_environ_vars.patch
Description: Text document


reply via email to

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