Re: [PATCH v3] version: add a module to get GRUB version

2022-08-28 Thread Glenn Washburn
On Mon, 27 Apr 2020 13:50:03 +0200 Flavio Suligoi wrote: > Sometimes, writing a custom grub.cfg configuration file, especially with > embedded systems, it is indispensable to know the version of the running GRUB. > This is essential for every automatic sw update procedure. > > The easier way to

[PATCH v3] version: add a module to get GRUB version

2020-04-27 Thread Flavio Suligoi
Sometimes, writing a custom grub.cfg configuration file, especially with embedded systems, it is indispensable to know the version of the running GRUB. This is essential for every automatic sw update procedure. The easier way to know the GRUB version is by dedicated environment variables. In this