testing: Force the UML Kernel to x86.
This commit is contained in:
@@ -119,10 +119,10 @@ cp $KERNELCONFIG .config
|
|||||||
cecho "!!"
|
cecho "!!"
|
||||||
cecho "!! Making .config for kernel. You might be prompted for new parameters!"
|
cecho "!! Making .config for kernel. You might be prompted for new parameters!"
|
||||||
cecho "!!"
|
cecho "!!"
|
||||||
make oldconfig ARCH=um >> $LOGFILE 2>&1
|
make oldconfig ARCH=um SUBARCH=i386 >> $LOGFILE 2>&1
|
||||||
|
|
||||||
cecho-n " * Now compiling uml kernel.."
|
cecho-n " * Now compiling uml kernel.."
|
||||||
make linux ARCH=um >> $LOGFILE 2>&1
|
make linux ARCH=um SUBARCH=i386 >> $LOGFILE 2>&1
|
||||||
cgecho "done"
|
cgecho "done"
|
||||||
|
|
||||||
cecho-n " * Copying uml kernel to '${BUILDDIR}/linux-uml-${KERNELVERSION}'.."
|
cecho-n " * Copying uml kernel to '${BUILDDIR}/linux-uml-${KERNELVERSION}'.."
|
||||||
|
|||||||
Reference in New Issue
Block a user