Skip to content

Commit 83137e8

Browse files
committed
Try bind-mounting /lib/modules
Signed-off-by: Kimmo Lehto <[email protected]>
1 parent 210a1d3 commit 83137e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-basic-commands-%image.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: Apache-2.0
44
# Test that common utilities are present in the base images
55

6-
bootloose config create --config %testName.bootloose --override --name %testName --key %testName-key --image %image
6+
bootloose config create --config %testName.bootloose --override --name %testName --key %testName-key --image %image --volume /lib/modules:/lib/modules:ro
77
%defer rm -f %testName.bootloose %testName-key %testName-key.pub
88
%defer bootloose delete --config %testName.bootloose
99
bootloose create --config %testName.bootloose

0 commit comments

Comments
 (0)