diff options
| author | torben | 2015-04-13 19:55:58 +0200 |
|---|---|---|
| committer | torben | 2015-04-13 19:55:58 +0200 |
| commit | 105f29aa50fe7d3324cb109714af7d0b3c2c27df (patch) | |
| tree | 22d2253071223b7897a50be86ab0efd74139578b /testModule/module-setup.sh | |
| parent | Adding remotly notifyable test initramfs service. (diff) | |
| download | systemd-init-105f29aa50fe7d3324cb109714af7d0b3c2c27df.tar.gz systemd-init-105f29aa50fe7d3324cb109714af7d0b3c2c27df.tar.xz systemd-init-105f29aa50fe7d3324cb109714af7d0b3c2c27df.zip | |
Adding endless test service. Fix some naming conventions.
Diffstat (limited to 'testModule/module-setup.sh')
| -rw-r--r-- | testModule/module-setup.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/testModule/module-setup.sh b/testModule/module-setup.sh index d0086300..1718cca3 100644 --- a/testModule/module-setup.sh +++ b/testModule/module-setup.sh @@ -30,15 +30,17 @@ install() { inst "$moddir/library.sh" /usr/lib/test-library.sh inst "$moddir/process-name-wrapper.sh" /usr/bin/process-name-wrapper inst "$moddir/wrap" /usr/bin/wrap + inst "$moddir/endless" /usr/bin/endless inst "$moddir/dnbd3-client" /usr/bin/dnbd3-client inst "$moddir/dnbd3.ko" /usr/lib/modules/3.10.0-229.1.2.el7.x86_64/extra/dnbd3.ko inst "$moddir/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/parse-ip.sh" - inst_hook pre-mount 100 "$moddir/mount-dnbd3.sh" + inst_hook pre-mount 100 "$moddir/pre-mount.sh" + inst_hook pre-pivot 100 "$moddir/pre-pivot.sh" inst_simple "$moddir/busybox" /usr/bin/busybox #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 + 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 return 0 } |
