summaryrefslogtreecommitdiffstats
path: root/testModule/module-setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testModule/module-setup.sh')
-rw-r--r--testModule/module-setup.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/testModule/module-setup.sh b/testModule/module-setup.sh
index e40069ce..b3f14c1d 100644
--- a/testModule/module-setup.sh
+++ b/testModule/module-setup.sh
@@ -78,6 +78,9 @@ install() {
# loads the dnbd3/nbd kernel modules
inst_hook pre-udev 00 "$moddir/hooks/pre-udev/load-dnbd3-nbd-modules.sh"
+ # setup loopback device
+ inst_hook pre-udev 00 "$moddir/hooks/pre-udev/lo-setup.sh"
+
## HOOK pre-mount
# this is the configuration hook where the config stuff is wget'ed
inst_hook pre-mount 00 "$moddir/hooks/pre-mount/fetch-config.sh"