OSDN Git Service

[fix] : copy airootfs (archiso 45)
authorhayao <shun819.mail@gmail.com>
Wed, 29 Jul 2020 09:23:41 +0000 (18:23 +0900)
committerhayao <shun819.mail@gmail.com>
Wed, 29 Jul 2020 09:42:30 +0000 (18:42 +0900)
commite9858dd3fbdb2e6327c69c011aa916308336b6e3
tree9c18fdab9c3fc02ab237640cf0029f0a1c375cc8
parent36dfa2b9ee8cc96105344b4126fa93aff41d5e56
[fix] : copy airootfs (archiso 45)

Fixing ownership in airootfs customization

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.
build.sh