Hello, On Fri, May 20, 2016 at 8:35 PM, (GalaxyMaster) <gm.outside+arm-dev at gmail.com> wrote: > > I've just downloaded the image, put it onto the card and booted up my > Pi3 from it. The following I noticed right away: Looked a bit further and it looks that whoever set the system up was not careful enough with the ownership of directories/files: === [root at centos-rpi3 /]# find / -xdev \( -nouser -o -nogroup \) -ls 19531 4 drwxr-xr-x 2 1000 1000 4096 Nov 27 16:23 /etc/rbf 19538 4 -rw-r--r-- 1 1000 1000 92 Mar 15 16:20 /etc/rbf/board.xml 448 4 drwxr-xr-x 6 1000 1000 4096 May 20 10:51 /etc/sysconfig 348 4 -rw-rw-r-- 1 1000 1000 198 Mar 15 16:20 /etc/fstab 349 4 -rw-rw-r-- 1 1000 1000 11 Mar 15 16:20 /etc/hostname [root at centos-rpi3 /]# === These all should be owned by root:root and permissions for directories should be 0755 while files should be 0644. It would be really great if the image could do it right. Is there a defined way to contribute to the build system and the process of releasing the image, by the way? -- (GM)