Silent mode

This commit is contained in:
dbroqua 2020-05-05 19:56:28 +02:00
parent e18dcc28b5
commit 176c4d3497

View File

@ -86,7 +86,7 @@ DIR="/usr/src/${KERNEL}"
mkdir "${DIR}"
# Install build dependancies
apt install \
apt install -y \
build-essential \
fakeroot \
dpkg-dev \
@ -137,8 +137,8 @@ if [ ${SHOW_MENU_CONFIG} -eq 1 ]; then
fi
# Some optimizations
./scripts/config -d CONFIG_MODULE_SIG_ALL -d CONFIG_MODULE_SIG_KEY -d CONFIG_SYSTEM_TRUSTED_KEYS
isPreviousStepOk
# ./scripts/config -d CONFIG_MODULE_SIG_ALL -d CONFIG_MODULE_SIG_KEY -d CONFIG_SYSTEM_TRUSTED_KEYS
# isPreviousStepOk
./scripts/config -d CONFIG_DEBUG_INFO
isPreviousStepOk