Resize some of the slides for final screen.
[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 ┌─────────────┐http┌────────────┐    ┌────────────┐
9 │ cloud image │───▶│ xz filter  │───▶│ nbdkit     │
10 └─────────────┘    └────────────┘    └────────────┘
11
12                                            ◀─── virt-sparsify --in-place
13
14                                         ◀─── <b>virt-customize</b>
15                                              to deactivate cloud-init
16
17                                      ◀─── <b>virt-customize</b>
18                                           to modify /etc/motd
19                                                             ┌───────────┐
20                                  ───▶ qemu-img convert ────▶│ local.img │
21                                                             └───────────┘
22 </pre>