While looking into unsquash/re-squash an image I see that the file permissions of an image are different from the build directory for /etc/shadow.
Build directory:
Code
ls -l ~/LibreELEC.tv/build.LibreELEC-RPi2.arm-8.0.2/image/system/etc/shadow
-rw------- 1 <user> <group> 205 Jun 5 15:04 ~/LibreELEC.tv/build.LibreELEC-RPi2.arm-8.0.2/image/system/etc/shadow
On RPi3 (self compiled 8.0.2 image):
Is it expected that there is a difference?
(unsquashed:
Code
ls -l ~/LibreELEC.tv/deleteme/squashfs-root/etc/shadow
---------- 1 <user> <group> 205 Jun 5 15:04 ~/LibreELEC.tv/deleteme/squashfs-root/etc/shadow
)