Commit 31268c26 authored by Ophélie Gagnard's avatar Ophélie Gagnard

generation: Fixup 43e6d780.

Add kernel version to depmod command line.
parent e2767bfd
......@@ -16,5 +16,5 @@ apt download linux-image-"$KERNEL_VERSION"-amd64
echo Extracting kernel package...
dpkg -X *.deb packaged-kernel_"$KERNEL_VERSION" > /dev/null
echo Generating module dependencies...
depmod -b ./packaged-kernel_"$KERNEL_VERSION"
depmod -b ./packaged-kernel_"$KERNEL_VERSION" "$KERNEL_VERSION"-amd64
echo Done.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment