Specific ISO builder fails to generate ISO files.
Specific ISO builder fails to generate ISO files.
The likelihood of finding the solution here is very low, but I’ll give it a shot. If you grasp config files and bash commands, this could simplify things. I’m the creator of Ubuntu Lumina and produce ISO images using a Debian Docker environment. Recently, I encountered trouble building the images. A key error keeps appearing, indicating the key file has an incorrect extension. It’s supposed to be an OpenPGP key generated with GnuPG, but it’s being detected as a .key.gpg or just .gpg. If there’s anything I overlooked that could be fixed quickly, it would save a lot of trouble. The ISO builder is available below, but I need a second or third set of eyes to review it for any missed issues, since the resulting images aren’t functioning properly. I’m confused, and any feedback on my mistakes would be greatly appreciated! https://github.com/Ubuntu-Lumina/iso-builder-amd64
To recreate the issue, execute the following commands:
`run_error_command`
`display_error_details`
If needed, use `log_trace` for full context.
The issues you're encountering stem from incorrect package verification settings and file format mismatches. Adjust the build scripts to properly handle GPG keys and ensure the correct file types are used.
This appears to be a suitable issue. Have you attempted to manually import the key file? sudo apt-key add ./ubuntu-luminaremix.key (from the directory holding the key file)
I have not made this, I'll try to do it whenever I can, thanks.
Same issue: W: http://archive.ubuntu.com/ubuntu/dists/focal/InRelease The provided key is rejected because the file type isn't supported. This was built on Debian 10 (Buster) with Docker.
I've reviewed the information and noticed you're missing the final step. The standalone GPG key needs to be a plain text file as suggested. Refer to the guide at https://medium.com/sqooba/create-your-ow...4a4cf0b864 for details.
This attempt failed and was also rejected with the same issue. I’ll discuss with the other remixes or styles to explore possible solutions.