Build script for Fedora added | Documentation update

This commit is contained in:
optout 2024-01-25 19:46:14 +00:00
parent fd5390c287
commit 6176be7054
No known key found for this signature in database
GPG Key ID: 13BA4BD4C14170C0
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
### Steps to create
1. Set the KVER variable to which version you want to obtain from Anthraxx's linux-hardened repository
2. Run `bash void_build.sh` if running Void Linux OR `bash fedora_build.sh` fi running Fedora
2. Run `bash void_build.sh` if running Void Linux OR `bash fedora_build.sh` if running Fedora
#### Additional Resources:
- https://docs.clip-os.org/clipos/kernel.html

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Set VAR
KVER=''
KVER='6.6.13-hardened1'
#KVER='5.10.145-hardened1'
#KVER='5.15.74-hardened1'
@ -29,6 +29,7 @@ make clean
# Compilation
make oldconfig
make menuconfig
echo "Compiling "$KVER""
make --jobs=$(nproc)
make modules_install