osmith has submitted this change. (
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(-)
Approvals:
fixeria: Looks good to me, but someone else must approve
pespin: Looks good to me, but someone else must approve
laforge: Looks good to me, approved
Jenkins Builder: Verified
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
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40316?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I475176734b994e7abda63badda0983ab6534b682
Gerrit-Change-Number: 40316
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>