From 18c71ba167f4822c8f05d432eb35277c92de8eab Mon Sep 17 00:00:00 2001 From: torben Date: Thu, 16 Apr 2015 15:41:41 +0200 Subject: Hook name fix. --- testModule/module-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testModule') 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 \ -- cgit v1.2.3-55-g7522