Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
spire: turn on snapshots for autoinstall USB disks
The newer version of qemu provided by default on buster turns on file locking by default, which prevents us from installing multiple nodes at the same time. Turn on snapshot mode, so that none of the VMs will write back changes to the USB drive -- which is what we want, anyway. This lets us keep installing multiple VMs at the same time. We unfortunately can't just set the disk to read-only, because IDE apparently doesn't support that except for CDROMs, so qemu won't let us enable the option.
- Loading branch information