Silent mode
This commit is contained in:
parent
e18dcc28b5
commit
176c4d3497
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue