Fix .term bindings for commands with embedded ".
[libguestfs-talks.git] / 2019-kvm-forum / 2600-remote-boot-risc-v.html
1 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
2 <link rel="stylesheet" href="style.css" type="text/css"/>
3 <script src="code.js" type="text/javascript"></script>
4
5 <h1>Run RISC-V VMs from remote compressed images</h1>
6
7 <pre>
8 nbdkit --filter=xz curl \
9     https://dl.fedoraproject.org/pub/alt/risc-v/disk-images/fedora/rawhide/20190703.n.0/Developer/Fedora-Developer-Rawhide-20190703.n.0-sda.raw.xz
10 </pre>