mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-11 06:56:58 +02:00
There is a bug in coreos baselayout which wipes /etc/{group,gshadow,passwd,shadow} when reinstalling/removing/upgrading the baselayout package. The deleted files are touched in staging area, so the package ships empty configuration files, overwriting the original configs on the system. Instead we move the touch to postinst, which only touches the existing files (or creates them when they're nonexistent). |
||
---|---|---|
.. | ||
.repo/manifests | ||
src/third_party |