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

Support for converting tarballs to ext2 #10

Closed
josch opened this issue Mar 7, 2020 · 1 comment · Fixed by #11
Closed

Support for converting tarballs to ext2 #10

josch opened this issue Mar 7, 2020 · 1 comment · Fixed by #11

Comments

@josch
Copy link
Contributor

josch commented Mar 7, 2020

Hi,

would you accept a pull request allowing genext2fs to read a tarball (for example by using libarchive) and turn it into an ext2 image?

Even non-root users can easily create, store and manipulate tarballs containing files, directories and device nodes with arbitrary ownership, permissions, timestamps and other attributes. The interface could be as simple as:

$ genext2fs < rootfs.tar > rootfs.img

What do you think?

@bestouff
Copy link
Owner

bestouff commented May 6, 2020

I love it.

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

Successfully merging a pull request may close this issue.

2 participants