Skip to content

Commit d489f96

Browse files
committed
[fix] : boot extra
1 parent 636c254 commit d489f96

3 files changed

Lines changed: 5 additions & 13 deletions

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ make_boot_extra() {
972972
fi
973973
if [[ -e "${work_dir}/${arch}/airootfs/boot/amd-ucode.img" ]]; then
974974
cp "${work_dir}/${arch}/airootfs/boot/amd-ucode.img" "${work_dir}/iso/${install_dir}/boot/amd_ucode.img"
975-
cp "${work_dir}/${arch}/airootfs/usr/share/licenses/amd-ucode/LICENSE" "${work_dir}/iso/${install_dir}/boot/amd_ucode.LICENSE"
975+
cp "${work_dir}/${arch}/airootfs/usr/share/licenses/amd-ucode/LICENSE.amd-ucode" "${work_dir}/iso/${install_dir}/boot/amd_ucode.LICENSE"
976976
fi
977977
}
978978

channels/share/packages.i686/exclude

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,11 @@
1313
# and installed by the build script.
1414
#
1515

16-
amd-ucode
1716
broadcom-wl
1817
broadcom-wl-dkms
19-
efitools
20-
haveged
21-
intel-ucode
18+
2219
linux
2320
linux-headers
21+
2422
memtest86+
25-
mkinitcpio-nfs-utils
26-
nbd
2723
plymouth

channels/share/packages.x86_64/exclude

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,11 @@
1313
# and installed by the build script.
1414
#
1515

16-
amd-ucode
1716
broadcom-wl
1817
broadcom-wl-dkms
19-
efitools
20-
haveged
21-
intel-ucode
18+
2219
linux
2320
linux-headers
21+
2422
memtest86+
25-
mkinitcpio-nfs-utils
26-
nbd
2723
plymouth

0 commit comments

Comments
 (0)