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