mirror of
https://abf.rosa.ru/djam/kernel-6.7-xanmod.git
synced 2025-02-24 09:32: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
|
||||
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
|
||||
# hibernate.
|
||||
%ifarch %{ix86}
|
||||
|
|
Loading…
Add table
Reference in a new issue