summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjandob2015-10-29 11:31:39 +0100
committerjandob2015-10-29 11:31:39 +0100
commit17575cfb8bb24d29b67144d5406dc4be0ebdf9ad (patch)
tree8caff2e9338df590a4a867f206d31146c715bc78
parentAdding command line interface, documentation, examples and tests. (diff)
downloadsystemd-init-17575cfb8bb24d29b67144d5406dc4be0ebdf9ad.tar.gz
systemd-init-17575cfb8bb24d29b67144d5406dc4be0ebdf9ad.tar.xz
systemd-init-17575cfb8bb24d29b67144d5406dc4be0ebdf9ad.zip
fix dndb3 kernel path
-rwxr-xr-xbuilder/dnbd3-qcow2-rootfs/module-setup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/builder/dnbd3-qcow2-rootfs/module-setup.sh b/builder/dnbd3-qcow2-rootfs/module-setup.sh
index 31ea264f..4d8418b3 100755
--- a/builder/dnbd3-qcow2-rootfs/module-setup.sh
+++ b/builder/dnbd3-qcow2-rootfs/module-setup.sh
@@ -55,8 +55,8 @@ install() {
# NOTE: These modules are build again Kernel: 3.10.0-229.1.2.el7.x86_64
# TODO: build these in check() !
- #inst "$moddir/kernel_modules/dnbd3/dnbd3.ko" \
- #/usr/lib/modules/current/extra/dnbd3.ko
+ inst "$moddir/kernel_modules/dnbd3/build/dnbd3.ko" \
+ /usr/lib/modules/current/extra/dnbd3.ko
inst "$moddir/kernel_modules/nbd/nbd.ko" \
/usr/lib/modules/current/extra/nbd.ko