chef / bento

Packer templates for building minimal Vagrant baseboxes for multiple platforms
Apache License 2.0
4.22k stars 1.12k forks source link

What does Bento do differently than official Rocky Images? #1537

Closed jeffmacdonald closed 7 months ago

jeffmacdonald commented 7 months ago

So this is going to be ... poorly phrased.

Any time I try rockylinux/8 images on either MacOS or Linux it gets frozen, usually at the grub screen I think.

Bento Images always just work.

Do you guys do any special sauce to work with modern virtual box? Something I could perhaps suggest to the Rocky folks? :)

Stromweld commented 7 months ago

Nothing too special. The install happens and then we run scripts to remove things like machine ID, install guest tools for the specific virtualization provider, and zero out the empty space on disk so it compresses better when made into a vagrant image.

jeffmacdonald commented 7 months ago

Hhrmm. Conversely then, I wonder what Rocky folks are doing wrong, but that's not your problem :)