Not present in the squashfs filesystem (expected):
$ wget http://images.maas.io/ephemeral-v3/stable/jammy/amd64/20230328/squashfs $ unsquashfs squashfs $ ls -l squashfs-root/lib/modules total 0 $ grep 'Package: linux-modules' squashfs-root/var/lib/dpkg/status $
Not in the initrd's shipped modules:
$ wget http://images.maas.io/ephemeral-v3/stable/jammy/amd64/20230328/ga-22.04/generic/boot-initrd $ unmkinitramfs boot-initrd initrd-ga $ find initrd-ga/ -name '*.ko' | wc -l 1622 $ find initrd-ga/ -name '*.ko' | grep openvswitch $
Not present in the squashfs filesystem (expected):
$ wget http:// images. maas.io/ ephemeral- v3/stable/ jammy/amd64/ 20230328/ squashfs root/lib/ modules root/var/ lib/dpkg/ status
$ unsquashfs squashfs
$ ls -l squashfs-
total 0
$ grep 'Package: linux-modules' squashfs-
$
Not in the initrd's shipped modules:
$ wget http:// images. maas.io/ ephemeral- v3/stable/ jammy/amd64/ 20230328/ ga-22.04/ generic/ boot-initrd
$ unmkinitramfs boot-initrd initrd-ga
$ find initrd-ga/ -name '*.ko' | wc -l
1622
$ find initrd-ga/ -name '*.ko' | grep openvswitch
$