Skip to content

mkarchiso: append IMAGE_ID and IMAGE_VERSION to /etc/os-release

nl6720 requested to merge nl6720/archiso:os-release into master

This provides the ISO version information in the os-release file.

  • IMAGE_ID is set to the value of $iso_name.
  • IMAGE_VERSION is set to the value of $iso_version.

See https://github.com/systemd/systemd/commit/9a515f0a55318d6db49be1f67fe7d3a7f8a3002c for the systemd commit that implemented these fields.

Implements #116 (closed). Fixes #121 (closed).

/cc @eworm

Edited by nl6720

Merge request reports