ublue-os / isogenerator

Creates an ISO for installing a container image as an OS
Apache License 2.0
15 stars 2 forks source link

Add support for ISO image media checks #23

Closed p5 closed 8 months ago

p5 commented 8 months ago

When installing the ISO, the default GRUB boot entry is to "Verify media and install". When selecting this option, the media check fails since no checksum is present.

image

Apologies, I can't easily grab the text from the screenshot

noelmiller commented 8 months ago

No worries! We'll take a look. It's not something I tested during the development phase.

noelmiller commented 8 months ago

For now, we are going to work around this by removing the option to do it. We may add this in the future as a feature, but I'd have to do a lot of research to figure out how the feature works :)