Do not fail if some modules not found

May be built in to kernel.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack
2017-07-14 13:58:16 +01:00
parent 4eb0f00db6
commit 88c63ad389
5 changed files with 5 additions and 5 deletions

View File

@@ -92,7 +92,7 @@ nfs \
nfsd \
ntfs
do
modprobe $mod
modprobe $mod 2>/dev/null || true
done
# check filesystems that are built in