Skip to content

Commit

Permalink
5.19.13-200 [rel]
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Oct 5, 2022
1 parent dd110f7 commit dd3e3f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit dd3e3f7

Please sign in to comment.