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
lib/generate.sh: Fix EROFS file UIDs and use compression (#176)
The EROFS mkfs invocation missed the --all-root flag to make sure that
the files are owned by root regardless of the current UID during image
generation. By default EROFS also doesn't compress and we can use LZ4 as
a lightweight compresson option (LZMA would also work). Add the
--all-root flag and the compression flag to mkfs.erofs to use UID 0 and
compress the contents.
0 commit comments