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.
The subsection of the
README.mdstates:but setting this up as described still generates a file with image content, not
rootfsarchive.Ideally I'd like both at the same time.