Only generate hostonly-kernel-modules list in strict mode

Fixes #617.
master
Kairui Song 2019-08-21 00:52:29 +08:00 committed by Harald Hoyer
parent daa49cc221
commit a69e6c4eae
1 changed files with 1 additions and 1 deletions

View File

@ -1501,7 +1501,7 @@ dinfo "*** Including modules done ***"

## final stuff that has to happen
if [[ $no_kernel != yes ]]; then
if [[ $hostonly ]]; then
if [[ $hostonly_mode = "strict" ]]; then
cp "$DRACUT_KERNEL_MODALIASES" $initdir/lib/dracut/hostonly-kernel-modules.txt
fi