diff options
| author | torben | 2015-04-14 18:00:42 +0200 |
|---|---|---|
| committer | torben | 2015-04-14 18:00:42 +0200 |
| commit | 888480f2cfc9fd29a42c74818a4c03402cddddcd (patch) | |
| tree | b3449aefca5113c6c146edea4ea0936b1fb999d7 /testModule/module-setup.sh | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/systemd-init (diff) | |
| download | systemd-init-888480f2cfc9fd29a42c74818a4c03402cddddcd.tar.gz systemd-init-888480f2cfc9fd29a42c74818a4c03402cddddcd.tar.xz systemd-init-888480f2cfc9fd29a42c74818a4c03402cddddcd.zip | |
Adding static qemu-nbd.
Diffstat (limited to 'testModule/module-setup.sh')
| -rw-r--r-- | testModule/module-setup.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testModule/module-setup.sh b/testModule/module-setup.sh index 513b9068..0e41856d 100644 --- a/testModule/module-setup.sh +++ b/testModule/module-setup.sh @@ -5,8 +5,7 @@ check() { } depends() { - echo base network rootfs-block bash kernel-modules debug - # systemd + echo base network rootfs-block bash kernel-modules debug systemd return 0 } @@ -35,6 +34,7 @@ install() { inst "$moddir/binaries/endless" /usr/bin/endless inst "$moddir/binaries/dnbd3-client" /usr/bin/dnbd3-client inst "$moddir/binaries/busybox" /usr/bin/busybox + inst "$moddir/binaries/qemu-nbd" /usr/bin/qemu-nbd inst "$moddir/kernel_modules/dnbd3.ko" /usr/lib/modules/3.10.0-229.1.2.el7.x86_64/extra/dnbd3.ko inst "$moddir/kernel_modules/nbd.ko" /usr/lib/modules/3.10.0-229.1.2.el7.x86_64/extra/nbd.ko @@ -46,8 +46,8 @@ install() { inst_hook pre-pivot 10 "$moddir/hooks/pre-pivot.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 lsof \ - strace chroot switch_root pivot_root - # Production: inst_multiple insmod qemu-img qemu-nbd + touch sed lsmod insmod qemu-img sleep route wget find lsof \ + strace chroot switch_root pivot_root # qemu-nbd + # Production: inst_multiple insmod qemu-img # qemu-nbd return 0 } |
