Thanks! I've created a custom cloud-image using the following method, and verified that the proposed package has indeed moved the module out of -extras into the main package.
curl 'http://cloud-images.ubuntu.com/daily/server/bionic/current/bionic-server-cloudimg-amd64.img' -O cat >bionic-proposed <<EOF Package: * Pin: release a=bionic-proposed Pin-Priority: 400 EOF cat >bionic-proposed.list <<EOF deb http://archive.ubuntu.com/ubuntu/ bionic-proposed restricted main multiverse universe EOF LIBGUESTFS_BACKEND=direct virt-copy-in \ -a bionic-server-cloudimg-amd64.img \ bionic-proposed.list /etc/apt/sources.list.d/ LIBGUESTFS_BACKEND=direct virt-copy-in \ -a bionic-server-cloudimg-amd64.img \ bionic-proposed /etc/apt/preferences.d/ LIBGUESTFS_BACKEND=direct virt-customize -m 2048\ -a bionic-server-cloudimg-amd64.img \ --run-command 'apt-get update' \ --run-command 'DEBIAN_FRONTEND=noninteractive apt-get --assume-yes install linux-image-generic/bionic-proposed' \ --run-command 'apt-get --assume-yes purge linux-modules-extra-*' ** Tags removed: verification-needed-bionic ** Tags added: verification-done-bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1768526 Title: Include nfp driver in linux-modules To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1768526/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs