summaryrefslogtreecommitdiffstats
path: root/core/modules/dnbd3/module.conf
blob: 9e8bf304e7837b0a2bf49a34a5e44ad1fae817df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
REQUIRED_MODULES="kernel"
REQUIRED_GIT="https://git.openslx.org/dnbd3.git"
REQUIRED_BINARIES="
	dnbd3-client
	dnbd3-fuse
	fusermount
	dnbd3-server
"
REQUIRED_DIRECTORIES="
	/lib/modules
"