osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40316?usp=email )
Change subject: testenv: qemu: add modules.alias ......................................................................
testenv: qemu: add modules.alias
Fix loading the sctp module, which is needed to run osmo-epdg in QEMU: modprobe: can't load module libcrc32c (kernel/lib/libcrc32c.ko): unknown symbol in module, or unknown parameter
Change-Id: I475176734b994e7abda63badda0983ab6534b682 --- M _testenv/data/scripts/qemu/qemu_functions.sh 1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/16/40316/1
diff --git a/_testenv/data/scripts/qemu/qemu_functions.sh b/_testenv/data/scripts/qemu/qemu_functions.sh index a984ff9..efbdd2d 100755 --- a/_testenv/data/scripts/qemu/qemu_functions.sh +++ b/_testenv/data/scripts/qemu/qemu_functions.sh @@ -41,7 +41,9 @@ | sort -u \ | cut -d ' ' -f 2)"
- qemu_initrd_add_file $files + qemu_initrd_add_file \ + $files \ + /usr/lib/modules/"$kernel"/modules.alias
# Save the list of modules for i in $@; do