hypriot / image-builder-odroid-c1

Build SD card image for ODROID C1 and C1+
http://blog.hypriot.com/post/how-to-get-docker-working-on-your-favourite-arm-board-with-hypriotos/
MIT License
15 stars 6 forks source link

Write HYPRIOT_DEVICE and HYPRIOT_IMAGE_VERSION to /etc/os-release #21

Closed StefanScherer closed 8 years ago

StefanScherer commented 8 years ago

For better versioning we should write some values to /etc/os-release

Example:

HYPRIOT_OS="HypriotOS/armhf"
HYPRIOT_OS_VERSION="v0.6.1"
HYPRIOT_DEVICE="ODROID C1/C1+"
HYPRIOT_IMAGE_VERSION="v0.1.1"

See also hypriot/os-rootfs#20