Diff of Infrastructure And Operations/Inventory at af9cf38

diff --git a/infrastructure_and_operations/inventory.myco b/infrastructure_and_operations/inventory.myco
index 7ec4c5b..31fdd0a 100644
--- a/infrastructure_and_operations/inventory.myco
+++ b/infrastructure_and_operations/inventory.myco
@@ -12,23 +12,3 @@ Have something you want to document, but not sure where to put it or how to form
 ```
-resize qemu image:
-  # first, shut down the capsul, then:
-  $ cd /tank/vm
-  $ qemu-img resize cvm-lqj2x9nxic.qcow2 +50G
-  $ virsh start cvm-lqj2x9nxic.qcow2
-
-you may have to resize the partition by hand internally, depending on the distro.
 
-For alpine:
-mothership:~# apk add e2fsprogs e2fsprogs-extra
-...
-mothership:~# resize2fs /dev/vda
-resize2fs 1.46.6 (1-Feb-2023)
-Filesystem at /dev/vda is mounted on /; on-line resizing required
-old_desc_blocks = 2, new_desc_blocks = 7
-The filesystem on /dev/vda is now 25690112 (4k) blocks long.
-
-mothership:~# df -h
-Filesystem                Size      Used Available Use% Mounted on
-...
-/dev/vda                 96.4G      6.3G     86.1G   7% /
 ```
@@ -341,2 +321,28 @@ The `probe_ssl_earliest_cert_expiry` metric is written by the blackbox exporter,
 
+### How to resize a capsul disk:
+
+```
+resize qemu image:
+  # first, shut down the capsul, then:
+  $ cd /tank/vm
+  $ qemu-img resize cvm-lqj2x9nxic.qcow2 +50G
+  $ virsh start cvm-lqj2x9nxic.qcow2
+
+you may have to resize the partition by hand internally, depending on the distro.
+
+For alpine:
+mothership:~# apk add e2fsprogs e2fsprogs-extra
+...
+mothership:~# resize2fs /dev/vda
+resize2fs 1.46.6 (1-Feb-2023)
+Filesystem at /dev/vda is mounted on /; on-line resizing required
+old_desc_blocks = 2, new_desc_blocks = 7
+The filesystem on /dev/vda is now 25690112 (4k) blocks long.
+
+mothership:~# df -h
+Filesystem                Size      Used Available Use% Mounted on
+...
+/dev/vda                 96.4G      6.3G     86.1G   7% /
+```
+
 https://poolp.org/posts/2019-09-14/setting-up-a-mail-server-with-opensmtpd-dovecot-and-rspamd/
\ No newline at end of file