iPXE discussion forum

Full Version: Show version command not showing build version
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
(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
Reference URL's