Diff of Infrastructure And Operations/Inventory at 0d2159e

diff --git a/infrastructure_and_operations/inventory.myco b/infrastructure_and_operations/inventory.myco
index cbe8505..ff56d5c 100644
--- a/infrastructure_and_operations/inventory.myco
+++ b/infrastructure_and_operations/inventory.myco
@@ -19,2 +19,16 @@ resize qemu image:
 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% /
 ```