Updated to 5.6.4-xanmod1

This commit is contained in:
kelpee (Sergey) 2020-04-18 08:43:15 +03:00
parent 4b05bb9e1c
commit b8f17298a4

View file

@ -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}