Skip to content

Commit 8c5727f

Browse files
WanzenBugJoelColledge
authored andcommitted
docs: update minikube guide
Minikube fails to build without access to the Module.symvers file. Signed-off-by: Moritz Tanner <moritz.wanzenboeck@linbit.com>
1 parent 470be31 commit 8c5727f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/how-to/minikube.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ spec:
4545
zcat /proc/config.gz > .config
4646
make olddefconfig
4747
make modules_prepare
48+
ln -snf /usr/lib/modules/$(uname -r)/Module.symvers .
4849
cd /
4950
fi
5051
exec env "LB_MAKEOPTS=KDIR=/usr/src/linux-$(uname -r)" LB_HOW=compile /entry.sh

0 commit comments

Comments
 (0)