index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | nl6720 <nl6720@gmail.com> | 2023-05-17 11:11:33 +0300 |
---|---|---|
committer | nl6720 <nl6720@gmail.com> | 2023-05-17 11:11:33 +0300 |
commit | db2b78fd30c41c30717c179eb860f11f27df008c (patch) | |
tree | 98c3c60869702c78017be30e611d7a174177d94b /archiso | |
parent | 44471540dcbf730c9d3b725cab52cc7af1920b68 (diff) | |
parent | 42f645edc3ed14331666ad417df597c829da4600 (diff) |
-rwxr-xr-x | archiso/mkarchiso | 2 |
diff --git a/archiso/mkarchiso b/archiso/mkarchiso index e0806bd..23e0a75 100755 --- a/archiso/mkarchiso +++ b/archiso/mkarchiso @@ -553,7 +553,7 @@ _make_common_bootmode_grub_copy_to_isofs() { files_to_copy+=("${profile}/grub/"!(*.cfg)) fi install -d -m 0755 -- "${isofs_dir}/boot/grub" - install -m 0644 -- "${files_to_copy[@]}" "${isofs_dir}/boot/grub/" + cp -r --remove-destination -- "${files_to_copy[@]}" "${isofs_dir}/boot/grub/" } # Prepare GRUB configuration files |