KVER config selection

This commit is contained in:
optout 2024-02-12 18:24:43 +00:00
parent 2c140340c5
commit 93304b939b
No known key found for this signature in database
GPG Key ID: 13BA4BD4C14170C0
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Set VAR
#KVER='6.6.15-hardened1'
KVER='6.6.15-hardened1'
#KVER='5.10.145-hardened1'
# Dependencies
@ -33,7 +33,7 @@ if [[ ! -d /usr/src/linux-hardened-"$KVER" ]]; then
fi
cd /usr/src/linux-hardened-"$KVER"
wget https://0xacab.org/optout/plague-kernel/-/raw/main/"$KVER".config -O .config
wget https://0xacab.org/optout/plague-kernel/-/raw/main/6.6.15-hardened1.config -O .config
# Compilation

View File

@ -32,7 +32,7 @@ if [[ ! -d /usr/src/linux-hardened-"$KVER" ]]; then
fi
cd /usr/src/linux-hardened-"$KVER"
wget https://0xacab.org/optout/plague-kernel/-/raw/main/5.10-hardened.config -O .config
wget https://0xacab.org/optout/plague-kernel/-/raw/main/6.6.15-hardened1.config -O .config
# Address system and file timing for clock skew runtime compilation error