virt-v2v 2024: Add lightning talk
[libguestfs-talks.git] / 2021-pipelines / 6100-simpler-modifications.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>Simpler example of modification</h1>
6
7 <pre>
8                                 nbdkit
9 ┌─────────────┐http┌─────────────┐    ┌────────────┐    ┌────────────┐
10 │ cloud image │───▶│ curl plugin │───▶│ xz filter  │───▶│ qcow2 file │
11 └─────────────┘    └─────────────┘    └────────────┘    └────────────┘
12
13                                            ◀─── virt-sparsify --in-place
14
15                                         ◀─── <b>virt-customize</b>
16                                              to deactivate cloud-init
17
18                                      ◀─── <b>virt-customize</b>
19                                           to modify /etc/motd
20                                                             ┌───────────┐
21                                  ───▶ qemu-img convert ────▶│ local.img │
22                                                             └───────────┘
23 </pre>