OSDN Git Service

Fixing ownership in airootfs customization
authorDavid Runge <dvzrv@archlinux.org>
Tue, 23 Jun 2020 20:16:16 +0000 (22:16 +0200)
committerDavid Runge <dvzrv@archlinux.org>
Tue, 23 Jun 2020 20:16:16 +0000 (22:16 +0200)
commit839f74335bf855f87121f44363039cdb4e93a9d6
treed21b5e6391b902875304174dabcc16dbabf049de
parent6bf452f56d9390da4a4418e1bd609f8c5c598c9c
Fixing ownership in airootfs customization

configs/releng/build.sh:
Fixing wrong ownership of files when copying overlay modifications from
the config's airootfs directory to the working directory in
make_customize_airootfs() by using the cp flag
'--no-preserve=ownership'.

Thanks to Marcos Mello and Francois Dupoux of sysresccd
(https://gitlab.com/fdupoux/sysresccd-src) for making this fix
available.

Closes #11
configs/releng/build.sh