Append IMAGE_ID/IMAGE_VERSION to /etc/os-release
systemd added support for two new fields in /etc/os-release
: IMAGE_ID
and IMAGE_VERSION
.
They could be appended to /etc/os-release
in _make_version
.
For IMAGE_VERSION
, $iso_version
seems appropriate, but what about IMAGE_ID
? The only thing that comes to mind is $img_name
.
Edited by nl6720