summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortorben2015-04-16 15:41:41 +0200
committertorben2015-04-16 15:41:41 +0200
commit18c71ba167f4822c8f05d432eb35277c92de8eab (patch)
tree3dbca1ad067515950372bcf48a6b704319bcd794
parentFixes blockdevice killing during systemd-switch-root. (diff)
downloadsystemd-init-18c71ba167f4822c8f05d432eb35277c92de8eab.tar.gz
systemd-init-18c71ba167f4822c8f05d432eb35277c92de8eab.tar.xz
systemd-init-18c71ba167f4822c8f05d432eb35277c92de8eab.zip
Hook name fix.
-rw-r--r--testModule/module-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testModule/module-setup.sh b/testModule/module-setup.sh
index 3a5da7fc..09d7070f 100644
--- a/testModule/module-setup.sh
+++ b/testModule/module-setup.sh
@@ -46,7 +46,7 @@ install() {
# since we have to modify the some kernel parameter before.
inst_hook cmdline 1 "$moddir/hooks/cmdline.sh"
inst_hook pre-mount 10 "$moddir/hooks/pre-mount.sh"
- inst_hook pre-mount 10 "$moddir/hooks/mount.sh"
+ inst_hook mount 10 "$moddir/hooks/mount.sh"
inst_hook pre-pivot 10 "$moddir/hooks/pre-pivot.sh"
inst_multiple lsblk ping ip ifconfig sshd htop dhclient tail head cat vim \