This generally makes more sense as the default for us instead of
ro.
term = finalize_term()
cmdline = [
+ "rw",
# Make sure we set up networking in the VM/container.
"systemd.wants=network.target",
# Make sure we don't load vmw_vmci which messes with virtio vsock.
"-chardev", f"socket,id={sock.name},path={sock}",
"-device", f"vhost-user-fs-pci,queue-size=1024,chardev={sock.name},tag=root",
]
- kcl += ["root=root", "rootfstype=virtiofs", "rw"]
+ kcl += ["root=root", "rootfstype=virtiofs"]
def add_virtiofs_mount(
sock: Path,