mirror of
https://abf.rosa.ru/djam/kernel-6.7-xanmod.git
synced 2025-02-24 17:42:49 +00:00
Updated to 5.6.4-xanmod1
This commit is contained in:
parent
4b05bb9e1c
commit
b8f17298a4
1 changed files with 7 additions and 0 deletions
|
@ -706,6 +706,13 @@ echo "Creating the kernel configuration file."
|
||||||
# Configs
|
# Configs
|
||||||
cp %{SOURCE110} .config
|
cp %{SOURCE110} .config
|
||||||
|
|
||||||
|
# Disable CONFIG_MODULE_SIG_KEY
|
||||||
|
echo 'CONFIG_MODULE_SIG_KEY=""' >> .config
|
||||||
|
|
||||||
|
# Disable Kernel module signing
|
||||||
|
sed -i 's/CONFIG_MODULE_SIG_ALL=y/# CONFIG_MODULE_SIG_ALL is not set/' .config
|
||||||
|
sed -i 's/CONFIG_MODULE_SIG=y/# CONFIG_MODULE_SIG is not set/' .config
|
||||||
|
|
||||||
# Disable ASLR for 32-bit systems because it does not play well with
|
# Disable ASLR for 32-bit systems because it does not play well with
|
||||||
# hibernate.
|
# hibernate.
|
||||||
%ifarch %{ix86}
|
%ifarch %{ix86}
|
||||||
|
|
Loading…
Add table
Reference in a new issue