summaryrefslogtreecommitdiffstats
path: root/testModule/module-setup.sh
diff options
context:
space:
mode:
authorJonathan Bauer2015-05-07 18:12:30 +0200
committerJonathan Bauer2015-05-07 18:12:30 +0200
commit46ba927a27fc6d6b2fc76096e57ae127c41b65b9 (patch)
tree81225400b12967f7e1d0a2018fdfbf527baef69d /testModule/module-setup.sh
parentadded pids to log messages for better debugging (diff)
downloadsystemd-init-46ba927a27fc6d6b2fc76096e57ae127c41b65b9.tar.gz
systemd-init-46ba927a27fc6d6b2fc76096e57ae127c41b65b9.tar.xz
systemd-init-46ba927a27fc6d6b2fc76096e57ae127c41b65b9.zip
started configuration stuff
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 c06435c9..e40069ce 100644
--- a/testModule/module-setup.sh
+++ b/testModule/module-setup.sh
@@ -79,6 +79,9 @@ install() {
inst_hook pre-udev 00 "$moddir/hooks/pre-udev/load-dnbd3-nbd-modules.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"
+
# this is the main hook where all the magic is triggered
inst_hook pre-mount 10 "$moddir/hooks/pre-mount/mount-qcow.sh"