From 75abace71d151e3420e171496c50d2c6a3091163 Mon Sep 17 00:00:00 2001 From: torben Date: Mon, 13 Apr 2015 20:15:29 +0200 Subject: Fix refactoring bugs. --- testModule/module-setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testModule/module-setup.sh') diff --git a/testModule/module-setup.sh b/testModule/module-setup.sh index 5451bb42..5e0696b4 100644 --- a/testModule/module-setup.sh +++ b/testModule/module-setup.sh @@ -36,9 +36,9 @@ install() { inst "$moddir/kernel_modules/nbd.ko" /usr/lib/modules/3.10.0-229.1.2.el7.x86_64/extra/nbd.ko # NOTE: Priority has to be greater than the network cmdline parsing hooks # since we have to modify the some kernel parameter before. - inst_hook cmdline 100 "$moddir/cmdline.sh" - inst_hook pre-mount 100 "$moddir/pre-mount.sh" - inst_hook pre-pivot 100 "$moddir/pre-pivot.sh" + inst_hook cmdline 100 "$moddir/hooks/cmdline.sh" + inst_hook pre-mount 100 "$moddir/hooks/pre-mount.sh" + inst_hook pre-pivot 100 "$moddir/hooks/pre-pivot.sh" #inst_hook pre-mount 20 "$moddir/setup_network.sh" inst_multiple lsblk ping ip ifconfig sshd htop dhclient tail head cat vim touch sed lsmod insmod qemu-img qemu-nbd sleep route wget find # FINAL: inst_multiple insmod qemu-img qemu-nbd -- cgit v1.2.3-55-g7522