Followed the README.md but found that the first step required when generating an ISO image should be make check_dir. Added this for future users.
This missing step led to the iso folder being generated but not removed as expected. went and added the removal of the iso folder as part of make clean in the case that the iso for some reason does not get removed
Followed the
README.md
but found that the first step required when generating an ISO image should bemake check_dir
. Added this for future users.This missing step led to the iso folder being generated but not removed as expected. went and added the removal of the iso folder as part of make clean in the case that the iso for some reason does not get removed