virt-v2v 2024: Replace pull quote images
[libguestfs-talks.git] / 2021-pipelines / 2000-trivial-boot.html
blobacb60320f7a47cafb7c4086bc987678f752b29b4
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>
5 <h1>Trivially booting from a local file</h1>
7 <pre>
8 ┌───────────────┐
9 │ fedora-33.img │───────▶ qemu
10 └───────────────┘
11 </pre>
13 <br/><br/>
15 <pre>
16 qemu -drive file=<b>fedora-33.img</b> ...
17 </pre>