From 038b05bb22c6c59d466b59eafc0bdf46c33e410c Mon Sep 17 00:00:00 2001 From: David Ward Date: Mon, 18 Jan 2021 09:01:07 -0500 Subject: [PATCH] fedora-live-base: Copy license files from the correct path Since Fedora 30, license files are missing from the ISO filesystem of live images (including official builds). The source path to the license files changed when they were moved into a subpackage named fedora-release-common (or generic-release-common). --- fedora-live-base.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-live-base.ks b/fedora-live-base.ks index 72c61bd..8e1830c 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -327,7 +327,7 @@ touch /etc/machine-id %post --nochroot -cp $INSTALL_ROOT/usr/share/licenses/*-release/* $LIVE_ROOT/ +cp $INSTALL_ROOT/usr/share/licenses/*-release-common/* $LIVE_ROOT/ # only works on x86, x86_64 if [ "$(uname -i)" = "i386" -o "$(uname -i)" = "x86_64" ]; then