Skip to content

Commit

Permalink
[mkarchiso] set memtest license to new path /usr/share/licenses/spdx/…
Browse files Browse the repository at this point in the history
…GPL-2.0-or-later.txt
  • Loading branch information
killajoe authored Jan 18, 2024
1 parent 21645a3 commit 573e35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkarchiso
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ _make_bootmode_bios.syslinux.mbr() {
install -d -m 0755 -- "${isofs_dir}/boot/memtest86+/"
# rename for PXE: https://wiki.archlinux.org/title/Syslinux#Using_memtest
install -m 0644 -- "${pacstrap_dir}/boot/memtest86+/memtest.bin" "${isofs_dir}/boot/memtest86+/memtest"
#install -m 0644 -- "${pacstrap_dir}/usr/share/licenses/common/GPL2/license.txt" "${isofs_dir}/boot/memtest86+/"
install -m 0644 -- "${pacstrap_dir}/usr/share/licenses/spdx/GPL-2.0-or-later.txt" "${isofs_dir}/boot/memtest86+/"
fi
_msg_info "Done! SYSLINUX set up for BIOS booting from a disk successfully."
}
Expand Down

0 comments on commit 573e35f

Please sign in to comment.