chaos4ever / chaos

The chaos Operating System
https://chaos4ever.github.io/
16 stars 7 forks source link

(rake) Improve error handling in iso_image task #173

Closed perlun closed 4 years ago

perlun commented 4 years ago

Before this fix, missing these prerequisites could cause a very poor developer experience; you wouldn't get any sensible error message, but things would just be broken. This PR adds some manual checks to catch at least these entirely obvious forms of breakage.

perlun commented 4 years ago

This was the root cause for the problems described in https://github.com/chaos4ever/chaos/pull/118#issuecomment-671848228. Should be possible to get that one working now.