Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option -U owerrides uid:gid defined by device table #2

Open
kosteltsev opened this issue Oct 11, 2015 · 2 comments
Open

Option -U owerrides uid:gid defined by device table #2

kosteltsev opened this issue Oct 11, 2015 · 2 comments

Comments

@kosteltsev
Copy link

Option -U overrides uid:gid defined by device table. To fix this issue according to genext2fs behavior I suggest to change the call addFilespec() at line 125 of main.c:

from addFilespec(fd, squash_uids, squash_perms);
to addFilespec(fd, 0, 0);

Please fix that issue.

@oskarirauta
Copy link
Collaborator

Thanks. Issue has been fixed in commit e515d1f

@kosteltsev
Copy link
Author

Thank you!

I have found another (I hope the last issue). Please look at ticket
https://dev.openwrt.org/ticket/14770 and your repository

And please make the tests. On my side I will pass some tests when I
implement ext4fs image creation into my build-system (http://radix.pro).

Thans a lot for your work!

Best Regards,
Andrey K.

On Tue, Oct 13, 2015 at 10:33 AM, Oskari Rauta [email protected]
wrote:

Thanks. Issue has been fixed in commit e515d1f
e515d1f


Reply to this email directly or view it on GitHub
#2 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants