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.