From: Harald Hoyer Date: Fri, 26 Mar 2021 14:17:58 +0000 (+0100) Subject: test(FULL-SYSTEMD): add fuse kernel module in test root X-Git-Tag: 054~195 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d97f88f28bc58442791d82ba81a800ed3522bb30;p=thirdparty%2Fdracut.git test(FULL-SYSTEMD): add fuse kernel module in test root systemd wants to use it --- diff --git a/test/TEST-04-FULL-SYSTEMD/test.sh b/test/TEST-04-FULL-SYSTEMD/test.sh index a6f198c75..f42e9f636 100755 --- a/test/TEST-04-FULL-SYSTEMD/test.sh +++ b/test/TEST-04-FULL-SYSTEMD/test.sh @@ -207,6 +207,8 @@ EOF ddebug "Strip binaeries" find "$initdir" -perm /0111 -type f | xargs -r strip --strip-unneeded | ddebug + hostonly='' instmods fuse + # copy depmod files inst /lib/modules/$kernel/modules.order inst /lib/modules/$kernel/modules.builtin