From 55b596daadf9698772d636155c52493944ce2180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= Date: Tue, 9 Nov 2021 10:57:00 +0100 Subject: [PATCH] [util-iso-boot] GPL2 licence got removed - memtest doesn't ship the license as file anymore --- lib/util-iso-boot.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/util-iso-boot.sh b/lib/util-iso-boot.sh index c74f806..aa012b7 100644 --- a/lib/util-iso-boot.sh +++ b/lib/util-iso-boot.sh @@ -42,7 +42,6 @@ prepare_boot_extras(){ cp $1/usr/share/licenses/amd-ucode/LIC* $2/amd_ucode.LICENSE cp $1/usr/share/licenses/intel-ucode/LIC* $2/intel_ucode.LICENSE cp $1/boot/memtest86+/memtest.bin $2/memtest - cp $1/usr/share/licenses/common/GPL2/license.txt $2/memtest.COPYING } prepare_grub(){