diff --git a/README.md b/README.md index 7c08870..cc8e517 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Follow the [wifi guide](https://wiki.t2linux.org/guides/wifi/). Installing the w Secure boot is disabled when using this kernel. **This is not a bad thing**. Mac firmware does not enforce secure boot; even when the shim loads a signed kernel, the shim itself can be modified. It is imposible to have secure boot on macs, a signed kernel does not help, it is a false scence of security. To protect yourself from evil maid atacks, you should never give other people access to your computer. +This kernel will follow the latest stable kernel version in the updates repo of the latest fedora release. + ### Wifi Follow the [wifi guide](https://wiki.t2linux.org/guides/wifi/). Installing the wifi firmware will also enable bluetooth. diff --git a/build.sh b/build.sh index 201c9e3..0e00add 100755 --- a/build.sh +++ b/build.sh @@ -1,8 +1,8 @@ #!/bin/bash -FEDORA_KERNEL_VERSION=5.19.12-200.fc36 +FEDORA_KERNEL_VERSION=5.19.13-200.fc36 PATCHES_GIT=https://github.com/Redecorating/linux-t2-arch -PATCHES_COMMIT=ede033e1549091cda1471114f9d77f1053c40132 +PATCHES_COMMIT=1273b9f53335f5c165ee9eaa68066d28572d2114 echo "=====INSTALLING DEPENDENCIES=====" dnf install -y fedpkg koji fedora-packager git curl pesign ncurses-devel libbpf fedpkg rpmdevtools ccache openssl-devel libkcapi libkcapi-devel libkcapi-static libkcapi-tools