]> git.ipfire.org Git - thirdparty/dracut.git/commit - install/dracut-install.c
dracut-install: skip modules with empty path
authorHarald Hoyer <harald@redhat.com>
Wed, 18 Jul 2018 10:41:01 +0000 (12:41 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 18 Jul 2018 10:42:02 +0000 (12:42 +0200)
commite331e06a3910ef3fe6837f3e93a48123a7cc822b
tree8ed68a7925576847fb8899096a4715ef00376247
parent7047294617bbdd3ffb2466c73db56fda4e6156db
dracut-install: skip modules with empty path

if kmod_module_get_path(module) returns NULL, skip the module
install/dracut-install.c