[util-iso-boot] GPL2 licence got removed

- memtest doesn't ship the license as file anymore
This commit is contained in:
Philip Müller 2021-11-09 10:57:00 +01:00
parent 5350029b7c
commit 55b596daad

View file

@ -42,7 +42,6 @@ prepare_boot_extras(){
cp $1/usr/share/licenses/amd-ucode/LIC* $2/amd_ucode.LICENSE 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/usr/share/licenses/intel-ucode/LIC* $2/intel_ucode.LICENSE
cp $1/boot/memtest86+/memtest.bin $2/memtest cp $1/boot/memtest86+/memtest.bin $2/memtest
cp $1/usr/share/licenses/common/GPL2/license.txt $2/memtest.COPYING
} }
prepare_grub(){ prepare_grub(){