Bug 13741

Summary: genext2fs does not allow to set perms of root node
Product: buildroot Reporter: stsp <stsp2>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: buildroot
Priority: P5    
Version: 2021.02.1   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description stsp 2021-04-11 21:35:37 UTC
genext2fs included in buildroot,
misses this patch:
https://github.com/bestouff/genext2fs/pull/14/commits/8e4b9ae6f051454953a80b8e64443bcea6c9cc46

Without this patch you can't set
the proper permissions for the root
node, which makes genext2fs quite
useless in scenarios that need a
non-default root node perms.
Comment 1 Arnout Vandecappelle 2021-04-15 19:21:07 UTC
Fixed by commit 51d55fc132.