mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-10 06:52:40 +01:00
@@ -19,6 +19,10 @@ install_kernel(){
|
|||||||
|
|
||||||
cd /usr/src/linux-${VERSION}
|
cd /usr/src/linux-${VERSION}
|
||||||
|
|
||||||
|
if [[ ! -f .config ]] && [[ -f ../config ]]; then
|
||||||
|
cp ../config .config
|
||||||
|
fi
|
||||||
|
|
||||||
nice -19 make -j$JOBS KDEB_PKGVERSION=$PKGVERSION INSTALL_MOD_STRIP=1 deb-pkg
|
nice -19 make -j$JOBS KDEB_PKGVERSION=$PKGVERSION INSTALL_MOD_STRIP=1 deb-pkg
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user