index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | David Runge <dvzrv@archlinux.org> | 2020-06-23 22:16:16 +0200 |
---|---|---|
committer | David Runge <dvzrv@archlinux.org> | 2020-06-23 22:16:16 +0200 |
commit | 839f74335bf855f87121f44363039cdb4e93a9d6 (patch) | |
tree | d21b5e6391b902875304174dabcc16dbabf049de /configs | |
parent | 6bf452f56d9390da4a4418e1bd609f8c5c598c9c (diff) |
-rwxr-xr-x | configs/releng/build.sh | 2 |
diff --git a/configs/releng/build.sh b/configs/releng/build.sh index bd67554..adbfca2 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -95,7 +95,7 @@ make_setup_mkinitcpio() { # Customize installation (airootfs) make_customize_airootfs() { - cp -af ${script_path}/airootfs ${work_dir}/x86_64 + cp -af --no-preserve=ownership ${script_path}/airootfs ${work_dir}/x86_64 cp ${script_path}/pacman.conf ${work_dir}/x86_64/airootfs/etc |