skiffos / SkiffOS

Any Linux distribution, anywhere.
https://skiffos.com
MIT License
705 stars 52 forks source link

virt/incus: Fix buildimage and run scripts #317

Closed theCalcaholic closed 2 months ago

theCalcaholic commented 2 months ago

Unfortunately I missed a few typos in the scripts. Also, the check for the incus command is now unnecessary in the buildimage script, because it only creates the archive and doesn't actually import it yet, so I removed that (that's for example relevant for my use case where I build in a different container than I use to run the incus container).

The new versions of the scripts are now verified working. Sorry for the inconvenience.

paralin commented 2 months ago

Lgtm!