GitHubのミラーです
https://github.com/FascodeNet/alterlinux
修订版 | e23dbb4516ffff7e022daf05e8adae4e793cac7f (tree) |
---|---|
时间 | 2018-08-26 01:45:05 |
作者 | Gerardo Exequiel Pozzi <vmlinuz386@gmai...> |
Commiter | Gerardo Exequiel Pozzi |
[configs/releng] Update amd-ucode license path
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@gmail.com>
@@ -121,7 +121,7 @@ make_boot_extra() { | ||
121 | 121 | cp ${work_dir}/x86_64/airootfs/boot/intel-ucode.img ${work_dir}/iso/${install_dir}/boot/intel_ucode.img |
122 | 122 | cp ${work_dir}/x86_64/airootfs/usr/share/licenses/intel-ucode/LICENSE ${work_dir}/iso/${install_dir}/boot/intel_ucode.LICENSE |
123 | 123 | cp ${work_dir}/x86_64/airootfs/boot/amd-ucode.img ${work_dir}/iso/${install_dir}/boot/amd_ucode.img |
124 | - cp ${work_dir}/x86_64/airootfs/usr/share/licenses/linux-firmware/LICENSE.amd-ucode ${work_dir}/iso/${install_dir}/boot/amd_ucode.LICENSE | |
124 | + cp ${work_dir}/x86_64/airootfs/usr/share/licenses/amd-ucode/LICENSE ${work_dir}/iso/${install_dir}/boot/amd_ucode.LICENSE | |
125 | 125 | } |
126 | 126 | |
127 | 127 | # Prepare /${install_dir}/boot/syslinux |