You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. First update your mbp-fedora installation to the latest (possible) version of Fedora by following the tutorial from down below (section: [How to upgrade current mbp-fedora installations](#how-to-upgrade-current-mbp-fedora-installations))
10
+
1. I was able to only update mbp-fedora to F39 with the latest version of mbp-fedora-kernel
11
+
12
+
2. Add t2linux copr repo and install newer kernel and config packages
13
+
14
+
```bash
15
+
sudo -i
16
+
17
+
### Execute as root
18
+
19
+
## Create yum repo and change $releasever in baseurl= line to the latest one available here (i.e.: 41): https://copr.fedorainfracloud.org/coprs/sharpenedblade/t2linux
3. Update to the latest version of Fedora once again by following the tutorial from down below (starting from the point 3, we don't need to update mbp-fedora-kernel as we are now using t2linux fedora kernel) (section: [How to upgrade current mbp-fedora installations](#how-to-upgrade-current-mbp-fedora-installations))
60
+
4. Cleanup manual changes and install all t2linux packages:
61
+
62
+
```bash
63
+
dnf remove t2linux-config
64
+
dnf install t2linux-release t2linux-repos
65
+
rm -rf /etc/yum.repos.d/t2linux.repo
66
+
67
+
reboot
68
+
```
69
+
70
+
5. To modify TouchBar configuration go to: `/usr/share/tiny-dfr/config.toml`
71
+
1. i.e. to enable media keys as default modify line: `MediaLayerDefault = false` to `MediaLayerDefault = true` and restart tiny-dfr service `systemctl restart tiny-dfr.service`
72
+
2. or to come back to stock stop tiny-dfr service: `systemctl disable tiny-dfr`
## update_kernel_mbp has built-in selfupgrade function, so when it fails it's just due to script update - please rerun everything should be good on second run
# 3. Update your OS to include all changes made in mbp-fedora-t2-config RPM
@@ -120,9 +193,9 @@ reboot
120
193
dnf install -y dnf-plugin-system-upgrade
121
194
122
195
# 5. Upgrade to new OS version
123
-
## If you're trying to upgrade older version of mbp-fedora to latest version, please repeat a process by upgrading only to one major release of Fedora, i.e.: Fedora 33 -> 34, 34 -> 35, 35 -> 36, 36 -> 37 -> 38, by changing the number in `--releasever` argument
196
+
## If you're trying to upgrade older version of mbp-fedora to latest version, please repeat a process by upgrading only to one major release of Fedora, i.e.: Fedora 36 -> 37 -> 38, 38 -> 39 by changing the number passed to `--releasever` argument
0 commit comments