hashicorp/packer

Enhancement: Floppy img builders

Aberta

#7.969 aberto em 10 de ago. de 2019

 (0 comentário) (1 reação) (0 responsável)Go (3.228 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (13.697 estrelas)
Métricas de merge de PR
 (Mesclagem média 5d 6h) (9 fundiu PRs em 30d)

Description

Legacy operating systems like MS-DOS did not have official CD-ROM installation media (ISO) available, but rather floppy disks (IMG). For these older guests, it would be helpful for Packer to offer floppy-based builders (e.g. virtualbox-img rather than virtualbox-iso), so that these guests can be built directly from historical IMG files.

As a workaround, users can instruct Packer to boot an Ubuntu Live CD or similar, and use boot_command to launch a terminal, whereupon dd, shutdown -r, etc. can manipulate a floppy-based guest. It's not pretty.

Guia do colaborador