according to gemini, this is what we would have to do for resolute and forward:
cat > /etc/dracut.conf.d/99-kpack-extra.conf <<"EOF" # Explicitly add individual modules (equivalent to manual_add_modules) add_drivers+=" bcache hpilo virtiofs 9p " # Include entire kernel module directories (equivalent to copy_modules_dir) # The '=' prefix tells dracut to pull the entire directory tree add_drivers+=" =drivers/char/ipmi " add_drivers+=" =drivers/net/usb " add_drivers+=" =drivers/net/bonding " add_drivers+=" =drivers/infiniband " add_drivers+=" =drivers/dax " add_drivers+=" =drivers/nvdimm " add_drivers+=" =net/openvswitch " add_drivers+=" =net/vmw_vsock " add_drivers+=" =net/9p " EOF -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2151116 Title: 26.04 Unable to Deploy: Failed to find storage To manage notifications about this bug go to: https://bugs.launchpad.net/maas/+bug/2151116/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
