Tue, 25 Jan 2022 14:17:23 +0100 Olaf Hering <olaf(a)aepfle.de>:
Commit 4c69d64efa3731d074d198f871fd42e74c4a39f6 revealed the bug,
/etc/os-release must exist during build.
Now that a missing ^ID= became fatal, was it actually a good idea to be explicit?
I think poking around for clues in ^ID_LIKE= will be more robust, appending 'sles'
would be not required.
Olaf