fix depmod

This commit is contained in:
Tobias Powalowski 2024-09-24 16:48:41 +02:00
parent 45fd5fa37c
commit d1a10dcc88

View file

@ -258,7 +258,7 @@ _set_hostname() {
_depmod() {
echo "Running depmod..."
_KERNELVERSION="$(basename ${1}/lib/modules/*))"
_KERNELVERSION="$(basename ${1}/lib/modules/*)"
${_NSPAWN} "${1}" depmod "${_KERNELVERSION}"
}