]> git.ipfire.org Git - thirdparty/systemd.git/commit
kmod-setup: Load virtiofs and virtio_pci early
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 28 Sep 2023 07:50:36 +0000 (09:50 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 28 Sep 2023 14:21:50 +0000 (15:21 +0100)
commit67c92f3fec63f064a479c873fb14303a60d96f87
treec448dd5bdcec4fa3c97575499f220408ed570bba
parente2e0125921490c1b148acbb7c7a19acf6bcad080
kmod-setup: Load virtiofs and virtio_pci early

There's no way for us to wait for specific virtiofs tags to appear,
so we have to try and make sure that the tags are all available by
the time we try to mount any virtiofs tag. Let's try to do that by
loading the necessary modules as early as we can.
src/core/kmod-setup.c