iPXE discussion forum
Show version command not showing build version - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: Show version command not showing build version (/showthread.php?tid=10153)



Show version command not showing build version - Corey - 2017-07-19 21:23

Hello,
I just used the "https://rom-o-matic.eu/" website to build to the latest ipxe image for both snmponly.efi and undionly.kpxe environments and now when I'm in the ipxe shell it is no longer showing the build number after the version string.

All I see is the below:
iPXE> show version
builtin/version:string = 1.0.0+

Is there a new command or some way to show actual build being used from the iPXE shell?

Thanks...Corey


RE: Show version command not showing build version - mcb30 - 2017-07-19 21:32

(2017-07-19 21:23)Corey Wrote:  I just used the "https://rom-o-matic.eu/" website to build to the latest ipxe image for both snmponly.efi and undionly.kpxe environments and now when I'm in the ipxe shell it is no longer showing the build number after the version string.

All I see is the below:
iPXE> show version
builtin/version:string = 1.0.0+

Is there a new command or some way to show actual build being used from the iPXE shell?

It's a bug in the way that builds are generated via rom-o-matic, sorry. The build happens outside the context of a git tree and so there is no git commit available to be autodetected.

If you build yourself from a git checkout then you will get the commit as part of the version string.

Michael