← Back to team overview

sts-sponsors team mailing list archive

[Merge] ~ack/maas-images:virtio-modules into maas-images:master

 

Alberto Donato has proposed merging ~ack/maas-images:virtio-modules into maas-images:master.

Commit message:
add virtio/9p modules and dependencies, for LXD agent



Requested reviews:
  maintainers of maas images (maas-images-maintainers)

For more details, see:
https://code.launchpad.net/~ack/maas-images/+git/maas-images/+merge/442325
-- 
Your team maintainers of maas images is requested to review the proposed merge of ~ack/maas-images:virtio-modules into maas-images:master.
diff --git a/bin/kpack-from-image b/bin/kpack-from-image
index 1d9efbf..8164038 100755
--- a/bin/kpack-from-image
+++ b/bin/kpack-from-image
@@ -194,8 +194,12 @@ copy_modules_dir kernel/drivers/infiniband  # LP: #1835275
 copy_modules_dir kernel/drivers/dax         # LP: #1833604
 copy_modules_dir kernel/drivers/nvdimm      # LP: #1833604
 copy_modules_dir kernel/net/openvswitch     # LP: #1914762
+copy_modules_dir kernel/net/vmw_vsock
+copy_modules_dir kernel/net/9p
 manual_add_modules bcache                   # LP: #1513176
 manual_add_modules hpilo                    # LP: #1761639
+manual_add_modules virtiofs
+manual_add_modules 9p
 case $(dpkg --print-architecture) in
     arm64)
         manual_add_modules i2c-thunderx # LP: #1702976

Follow ups