trynd / wren

Linux boot platform that provides a portable, multi-system, run-in-memory Linux environment.
GNU General Public License v3.0
0 stars 1 forks source link

Add platform version and display name to default environment variables #9

Closed codewithmichael closed 9 years ago

codewithmichael commented 9 years ago

This adds the platform version ($RUN_ENV_PLATFORM_VERSION) and display name ($RUN_ENV_PLATFORM_DISPLAY_NAME) to the default environment variables in the /etc/environment file.

It's particularly useful to be able to check the platform version from the command line without having to source the platform-env file. The additional display name could be useful for external applications.