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