You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.
The typical use case would be just that: Taking a downloaded system image in img.xz format and having bootiso handle it transparently. These are used a lot for Raspberry Pi and other single-board computers. When using dd, I would just pipe the file from the decompressor, but with bootiso, it's not so easy.
The process would be:
feed file into bootiso when prompted
bootiso uses as-is if img or iso file
with .xz extension, file gets passed through xzfirst for on-the-fly decompression
If xz is not installed, which is unlikely, just an error could be given.
It would be nice to have Etcher-like functionality to detect and handle compressed images like img.xz.
This in addition to handling img files in general.
The text was updated successfully, but these errors were encountered: