Comment 6 for bug 2033442

Revision history for this message
Mauricio Faria de Oliveira (mfo) wrote :

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
$