diff --git a/README.md b/README.md index d2a4df2227dd887e529a0dd99ba3677a9bf0dc7e..a628daee3c8f83df8c5157278bf1d844d974c89b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/void_build.sh b/void_build.sh index 859028cd0dd813e86fd25dbe1c8a9025ee58a18e..44c026f0185b3e61326abd3989f96d3a2f56035d 100644 --- a/void_build.sh +++ b/void_build.sh @@ -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