mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-24 20:55:39 +02:00
if config file
Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
parent
c5873310c6
commit
2025a74b71
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user