Skip to content

Commit

Permalink
Fedora Kernel v5.13.12 MBP15
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq committed Aug 26, 2021
1 parent 567b8ec commit 8a20dd9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
name: Release ${{ github.ref }}
draft: true
files: |
./fedora-kickstarts/output_zip/*
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mbp-fedora

[![Build Status](https://github.com/mikeeq/mbp-fedora-kernel/actions/workflows/build-iso.yml/badge.svg)](https://github.com/mikeeq/mbp-fedora-kernel/actions/workflows/build-iso.yml)
[![Build Status](https://github.com/mikeeq/mbp-fedora/actions/workflows/build-iso.yml/badge.svg)](https://github.com/mikeeq/mbp-fedora/actions/workflows/build-iso.yml)

Fedora ISO with Apple T2 patches built-in (Macbooks produced >= 2018).

Expand Down
14 changes: 7 additions & 7 deletions fedora-mbp.ks
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ wpa_supplicant
-kernel-modules-5.*.fc34.x86_64
-kernel-modules-extra-5.*.fc34.x86_64
-kernel-modules-internal-5.*.fc34.x86_64
kernel-5.13.12-200.mbp16.fc33.x86_64
kernel-core-5.13.12-200.mbp16.fc33.x86_64
kernel-devel-5.13.12-200.mbp16.fc33.x86_64
kernel-modules-5.13.12-200.mbp16.fc33.x86_64
kernel-modules-extra-5.13.12-200.mbp16.fc33.x86_64
kernel-modules-internal-5.13.12-200.mbp16.fc33.x86_64
kernel-5.13.12-200.mbp15.fc33.x86_64
kernel-core-5.13.12-200.mbp15.fc33.x86_64
kernel-devel-5.13.12-200.mbp15.fc33.x86_64
kernel-modules-5.13.12-200.mbp15.fc33.x86_64
kernel-modules-extra-5.13.12-200.mbp15.fc33.x86_64
kernel-modules-internal-5.13.12-200.mbp15.fc33.x86_64

%end

Expand All @@ -38,7 +38,7 @@ kernel-modules-internal-5.13.12-200.mbp16.fc33.x86_64
### Add dns server configuration
echo 'nameserver 8.8.8.8' > /etc/resolv.conf
KERNEL_VERSION=5.13.12-200.mbp16.fc33.x86_64
KERNEL_VERSION=5.13.12-200.mbp15.fc33.x86_64
UPDATE_SCRIPT_BRANCH=v5.13-f34-mbp16
BCE_DRIVER_GIT_URL=https://github.com/t2linux/apple-bce-drv
BCE_DRIVER_BRANCH_NAME=aur
Expand Down

0 comments on commit 8a20dd9

Please sign in to comment.