hashicorp/packer

Enhancement: Floppy img builders

Open

#7,969 创建于 2019年8月10日

在 GitHub 查看
 (0 评论) (1 反应) (0 负责人)Go (3,228 fork)batch import
enhancementhelp wanted

仓库指标

Star
 (13,697 star)
PR 合并指标
 (平均合并 5天 6小时) (30 天内合并 9 个 PR)

描述

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.

贡献者指南