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

Creation of rootfs doesn't work as described #260

Open
michalfita opened this issue Jan 18, 2023 · 1 comment
Open

Creation of rootfs doesn't work as described #260

michalfita opened this issue Jan 18, 2023 · 1 comment

Comments

@michalfita
Copy link
Contributor

The subsection of the README.md states:

Generating rootfs archive

While image (.img) format is useful for most cases, you might want to use rootfs for other purposes (ex. export to docker). This is how you can generate rootfs archive instead of image:

"image_path": "odroid-xu4.img" # generates image
"image_path": "odroid-xu4.img.tar.gz" # generates rootfs archive

but setting this up as described still generates a file with image content, not rootfs archive.

Ideally I'd like both at the same time.

@michalfita
Copy link
Contributor Author

OK, it doesn't work, when there are errors in the process. So, there's UX issue with reusing the image name with archive extension before it's extracted. But not finishing the extraction process if there was error in provisioners execution.

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

1 participant