mirror of
https://0xacab.org/optout/plague-kernel.git
synced 2026-01-03 10:05:28 -05:00
KVER config selection
This commit is contained in:
parent
2c140340c5
commit
93304b939b
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue