You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
no, it is not ok.
I don't know why it uses tar under sudo - but it no way touches file ownering.
files inside archive are owned by 1000:1000.
On repacking (even with sudo) it is not changed.
So, on final rootfs they all also owned by 1000:1000.
I think you can make this line of code to a comment. Then after make, you do this your self.
This line change file-own to root:root . rootfs needs file-own to be root:root .
in rootfs.tar.bz2 the owner of all files is 1000:1000
(guess, must it be root:root instead?)
The text was updated successfully, but these errors were encountered: