Skip to content

Fix issues with file ownerships/modes

David Runge requested to merge issues/82 into master

archiso/mkarchiso: Make sure to always compare absolute paths in _make_custom_airootfs() (as realpath is used). Remove echo calls that prevent the setting of actual file ownerships and modes.

configs/releng/profiledef.sh: Set file mode of /root/.automated_script.sh to 755.

Fixes #82 (closed)

Merge request reports