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

How to create the file rootfs.tar.gz #63

Closed
datdinhquoc opened this issue May 31, 2020 · 2 comments
Closed

How to create the file rootfs.tar.gz #63

datdinhquoc opened this issue May 31, 2020 · 2 comments
Labels

Comments

@datdinhquoc
Copy link

The file rootfs.tar.gz is stated in this guide:
https://github.com/yuk7/wsldl#install-with-any-rootfs

The matter is how to create it? Is it a dump file from file system of any Linux installation (physical installation)?

@yuk7 yuk7 added the question label May 31, 2020
@yuk7
Copy link
Owner

yuk7 commented May 31, 2020

Yes.
rootfs.tar.gz contains all files on linux filesystem.
You can execute tar command for create rootfs.tar.gz
e.g.:

sudo tar -zcpf rootfs.tar.gz *

in /.

@datdinhquoc
Copy link
Author

tks for the command <3

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

No branches or pull requests

2 participants