diff options
| author | David Runge <dvzrv@archlinux.org> | 2020-07-28 11:38:04 +0200 |
|---|---|---|
| committer | David Runge <dvzrv@archlinux.org> | 2020-07-28 12:13:45 +0200 |
| commit | 47e11125e4672fc3448caefa6728439160daedd3 (patch) | |
| tree | 2b25a8ef2423b86ea51caa47bcb2783deaa94876 /configs/baseline/build.sh | |
| parent | ba6b44f80a4a48c0b66068a32a8596b4d4fc28d8 (diff) | |
| download | archiso-47e11125e4672fc3448caefa6728439160daedd3.tar.gz archiso-47e11125e4672fc3448caefa6728439160daedd3.tar.bz2 | |
Copy files more generically
configs/*:
Copy all files that do not need a rename generically (not specifying a destination file name).
Do not rename vmlinuz-linux to vmlinuz or vmlinuz.efi (as this serves no purpose and makes the scripts more
complicated).
Do not rename microcode (i.e. {amd,intel}-ucode.img) when copying them and change all boot loader configuration files
that assume a renamed microcode image.
Add note and link to Arch Linux wiki to state why memtest.bin is renamed to memtest.
Copy license files for {amd,intel}-ucode and memtest more generically by placing them into subdirectories with the same
name as the package (to circumenvent overwriting one other).
Closes #33
Diffstat (limited to 'configs/baseline/build.sh')
| -rwxr-xr-x | configs/baseline/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/baseline/build.sh b/configs/baseline/build.sh index 6001cd8..0649d4b 100755 --- a/configs/baseline/build.sh +++ b/configs/baseline/build.sh @@ -77,7 +77,7 @@ make_setup_mkinitcpio() { make_boot() { mkdir -p "${work_dir}/iso/${install_dir}/boot/${arch}" cp "${work_dir}/airootfs/boot/archiso.img" "${work_dir}/iso/${install_dir}/boot/${arch}/archiso.img" - cp "${work_dir}/airootfs/boot/vmlinuz-linux" "${work_dir}/iso/${install_dir}/boot/${arch}/vmlinuz" + cp "${work_dir}/airootfs/boot/vmlinuz-linux" "${work_dir}/iso/${install_dir}/boot/${arch}/" } # Prepare /${install_dir}/boot/syslinux |
