Skip to content

Fix file system permissions on logical volume

Compare
Choose a tag to compare
@easimon easimon released this 05 Jan 17:03
· 37 commits to master since this release
c9c66ed

Changes the owner of the logical volume to the runner user, fixing permission issues when e.g. checking out code to the root of the logical volume.

Actually, the problem is the lost+found folder in the ext4 root, and chowning it breaks its purpose. But since the volume is temporary anyway, lost+found functionality is not really needed.