Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/how-to/minikube.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ spec:
zcat /proc/config.gz > .config
make olddefconfig
make modules_prepare
ln -snf /usr/lib/modules/$(uname -r)/Module.symvers .
cd /
fi
exec env "LB_MAKEOPTS=KDIR=/usr/src/linux-$(uname -r)" LB_HOW=compile /entry.sh
Expand Down
Loading