We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I'm trying to use your ./build.sh script following the README instructions, but when it gets to the image generation step I get the following error:
+ sudo genisoimage -r -V CUSTOM xenial 20220630 - amd64 -cache-inodes -J -l -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -p vagrant <on host ubuntu2\ 004.localdomain> -A CUSTOM xenial 20220630 - amd64 -m filesystem.squashfs -o ../CUSTOM-xenial-20220630-amd64.iso.tmp . I: -input-charset not specified, using utf-8 (detected in locale settings) genisoimage: Uh oh, I cant find the boot catalog directory 'isolinux'!
The text was updated successfully, but these errors were encountered:
All good if adding cd image
cd image
# Creating the ISO image from the tree cd image
Sorry, something went wrong.
No branches or pull requests
Hello,
I'm trying to use your ./build.sh script following the README instructions, but when it gets to the image generation step I get the following error:
The text was updated successfully, but these errors were encountered: