[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Environment variable access from theme pack
From: |
Andrei Borzenkov |
Subject: |
Re: Environment variable access from theme pack |
Date: |
Wed, 29 Oct 2014 21:24:54 +0300 |
В Tue, 28 Oct 2014 21:42:14 -0600
Joseph Kelly <address@hidden> пишет:
> I have grub2 served up from a PXE server.
>
> Is it possible to dynamically set the text of a theme by setting it to an
> environment variable?
>
> For example, if I wanted to set the "title-text" of a theme to
> ${pxe_default_mac} is that possible?
>
No.
Technically it probably is not very complicated to implement; the only
consideration would be compatibility (i.e. any syntax to denote
variable could conflict with existing fixed strings). It would be good
reason to introduce them file format versions :)
> In my experimentation, I have not found a way for this to work.
>
>
>
> Thank you,
>
> Joseph Kelly