diff options
| author | torben | 2015-04-16 15:41:41 +0200 |
|---|---|---|
| committer | torben | 2015-04-16 15:41:41 +0200 |
| commit | 18c71ba167f4822c8f05d432eb35277c92de8eab (patch) | |
| tree | 3dbca1ad067515950372bcf48a6b704319bcd794 /testModule | |
| parent | Fixes blockdevice killing during systemd-switch-root. (diff) | |
| download | systemd-init-18c71ba167f4822c8f05d432eb35277c92de8eab.tar.gz systemd-init-18c71ba167f4822c8f05d432eb35277c92de8eab.tar.xz systemd-init-18c71ba167f4822c8f05d432eb35277c92de8eab.zip | |
Hook name fix.
Diffstat (limited to 'testModule')
| -rw-r--r-- | testModule/module-setup.sh | 2 |
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 \ |
