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}"
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue