Dustin C. Hatch fd7778c01a mkvm: Add script to create FCOS VM
Fedora CoreOS can be provisioned on a QEMU virtual machine by providing
the Ignition configuration via `fw_cfg` value.  Unfortunately, the
`string` method does not work with JSON values, so we have to use
`file`.  The configuration file has to be uploaded via SFTP, rather than
`virsh vol-import`, since the latter would create the file with the
wrong permissions, and QEMU does not automatically adjust the
permissions of files used this way (like it does for disks).
2024-01-06 20:49:31 -06:00
2023-09-16 08:15:08 -05:00
2024-01-06 19:47:07 -06:00
2024-01-06 19:57:48 -06:00
2024-01-06 19:57:48 -06:00
2024-01-06 19:57:48 -06:00
2023-09-21 22:34:14 -05:00
2024-01-06 20:49:31 -06:00
2024-01-06 20:49:31 -06:00
2024-01-06 19:50:42 -06:00
2024-01-06 19:50:42 -06:00
2023-09-16 08:15:08 -05:00
Description
No description provided
103 KiB
Languages
Shell 93.3%
Makefile 6.7%