osbuild / images

Image builder image definition library
Apache License 2.0
23 stars 50 forks source link

Osbuild created Installer images do not include license files #202

Open pcdubs opened 1 year ago

pcdubs commented 1 year ago

Osbuild created Installer images do not include fedora-release-common license files in the root of the iso. We should include Fedora-Legal-README.txt and LICENSE files for Fedora.

This should likely be included for all ISOs and all distro specific license files.

achilleas-k commented 1 year ago

The package is installed on the disk, so if I understand correctly, we need to copy the two files to the root of the ISO?

pcdubs commented 1 year ago

The package is installed on the disk, so if I understand correctly, we need to copy the two files to the root of the ISO?

I was comparing the "legacy" ISO's and noting any differences. I think there are legal/release criteria around the requirement but haven't found it yet. I'll inquire and update the issue.

achilleas-k commented 1 year ago

Even if it's just by convention or "good to have", we should do it I think