mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01: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}
|
||||
|
||||
if [[ ! -f .config ]] && [[ -f ../config ]]; then
|
||||
cp ../config .config
|
||||
fi
|
||||
|
||||
nice -19 make -j$JOBS KDEB_PKGVERSION=$PKGVERSION INSTALL_MOD_STRIP=1 deb-pkg
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user