laurent85v / archuseriso

A set of bash script programs to create bootable Arch Linux images and to create bootable USB flash drives with a desktop environment.
GNU General Public License v3.0
228 stars 30 forks source link

xorriso: command not found #39

Closed Dialga closed 2 years ago

Dialga commented 2 years ago
[aui-mkiso] INFO: Done!
[aui-mkiso] INFO: Creating checksum file for self-test...
[aui-mkiso] INFO: Done!
[aui-mkiso] INFO: Creating ISO image...
/usr/local/bin/aui-mkiso: line 1342: xorriso: command not found

Making an iso takes ages - I only found the above error after running aui-mkiso numerous times, finally with the -v flag. Hence can the script be enhanced to detect the absence of libisoburn earlier? Or output xorriso: command not found as a fatal error.

laurent85v commented 2 years ago

Dependencies are documented in the readme.md page / Installation.

Dialga commented 2 years ago

That's true and I did initially miss that in my haste but I still think such a fatal error shouldn't be hidden behind the verbose flag.