merged system layer support

This commit is contained in:
Mikaël Cluseau
2026-04-21 08:41:53 +02:00
parent 1ad9785d07
commit 1d34f568cc
4 changed files with 293 additions and 24 deletions
+2 -2
View File
@@ -62,10 +62,10 @@ func (ws wsHost) register(rws *restful.WebService, alterRB func(*restful.RouteBu
b("boot.qed").
Produces(mime.DISK + "+qed").
Doc("Get the " + ws.hostDoc + "'s boot disk image, QED (KVM)"),
b("boot.vmdk").
b("boot.vdi").
Produces(mime.DISK + "+vdi").
Doc("Get the " + ws.hostDoc + "'s boot disk image, VDI (VirtualBox)"),
b("boot.qcow2").
b("boot.vpc").
Produces(mime.DISK + "+vpc").
Doc("Get the " + ws.hostDoc + "'s boot disk image, VHD (Hyper-V)"),
b("boot.vmdk").