MENUCONFIG_MODE=single_menu MENUCONFIG_COLOR=mono for menuconfig

This commit is contained in:
Kolan Sh 2014-01-27 11:23:55 +04:00
parent 6215a5c992
commit 7b48de3ba9
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ if [[ `qlist -IC sys-fs/aufs3 | wc -l` != 0 ]]; then
fi
if [ "$USE_GENKERNEL" == "true" ]; then
genkernel $GENKERNEL_ARGS all
MENUCONFIG_MODE=single_menu MENUCONFIG_COLOR=mono genkernel $GENKERNEL_ARGS all
[ 0 -ne $? ] && echo "genkernel $GENKERNEL_ARGS all failed ;-( =======" && exit -1
else
if [ true != "$SILENT" ]; then