Skip to content

Commit

Permalink
Update fedora links to point at renamed repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Jul 28, 2023
1 parent 8ddad58 commit 99720a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# t2linux-fedora-kernel

This is a patched kernel for Fedora on T2 macs. A `dnf` repo is avaliable by installing the `t2linux-repo` package from the latest [release](https://github.com/t2linux-fedora/t2linux-fedora-kernel/releases/latest).
This is a patched kernel for Fedora on T2 macs. A `dnf` repo is avaliable by installing the `t2linux-repo` package from the latest [release](https://github.com/t2linux/fedora-kernel/releases/latest).

The internal ssd, camera, mic, and the keyboard/trackpad work out of the box. WiFi and Bluetooth work with some extra steps. Read [this](https://wiki.t2linux.org/state/) for information about the latest hardware support.

This kernel is usually at the same version as the stable Fedora kernel. It is currently built for Fedora 38.

## Instalation

Download the live ISO from [here](https://github.com/t2linux/t2linux-fedora-iso). Follow the [installation guide](https://wiki.t2linux.org/distributions/fedora/installation/).
Download the live ISO from [here](https://github.com/t2linux/fedora-iso). Follow the [installation guide](https://wiki.t2linux.org/distributions/fedora/installation/).

## WiFi/Bluetooth

Expand All @@ -35,14 +35,14 @@ Follow the [firmware guide](https://wiki.t2linux.org/guides/wifi/). When you get

Clone this repo locally:

```
git clone --depth 1 https://github.com/t2linux/t2linux-fedora-kernel
```bash
git clone --depth 1 https://github.com/t2linux/fedora-kernel
cd t2linux-fedora-kernel
```

Then run the build container, which has dependencies already installed. The packages will be in the `_output` directory:

```
```bash
podman run -it -v "$PWD":/repo ghcr.io/t2linux/fedora-dev:latest /repo/build-packages.sh
```

Expand Down
4 changes: 2 additions & 2 deletions t2linux-repo/t2linux-repo.spec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Name: t2linux-repo
Version: 5.0.1
Release: 2%{?dist}
Release: 3%{?dist}
Summary: DNF Repo for linux on t2 macs.
License: MIT

URL: https://github.com/t2linux/t2linux-fedora-kernel
URL: https://github.com/t2linux/fedora-kernel
Source0: t2linux-fedora.pub
Source1: t2linux-fedora-new.pub
Source2: t2linux-fedora.repo
Expand Down

0 comments on commit 99720a0

Please sign in to comment.