aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'images/ubuntu/genimg')
-rwxr-xr-ximages/ubuntu/genimg6+0 −6
1 files changed, 0 insertions, 6 deletions
diff --git a/images/ubuntu/genimg b/images/ubuntu/genimg
index d34f67b..c503b05 100755
--- a/images/ubuntu/genimg
+++ b/images/ubuntu/genimg
@@ -50,12 +50,6 @@ out="$release/$arch"
size_gib=32
mkdir -p "$out"
-# .hmi (Hule Machine Image) is a qcow2 restricted to a feature subset that
-# materializes losslessly to raw (no internal snapshots, no dirty bitmaps, no
-# encryption). Backing files are allowed in general -- that is how Hule layers
-# images over OCI -- but this is a base image, i.e. a chain root, so it has no
-# backing. It is the *resolved chain* that must round-trip to raw for raw-only
-# VMMs (e.g. Firecracker). Never `qemu-img snapshot` it.
qemu-img create -f qcow2 -o compat=1.1 "$out/root.hmi" "${size_gib}G"
modprobe nbd max_part=16
qemu-nbd --connect=/dev/nbd0 "$out/root.hmi"