Skip to content

Commit

Permalink
Add info to readme about the project being deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq committed Jan 8, 2025
1 parent 003b4b4 commit a5b5207
Showing 1 changed file with 42 additions and 1 deletion.
43 changes: 42 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,45 @@
# mbp-fedora
*This project has reached the end of its development. Please start using packages/readmes co-authored by t2linux group*

- https://wiki.t2linux.org/distributions/fedora/installation/
- https://github.com/t2linux
- https://github.com/orgs/t2linux/teams/fedora-maintainers/repositories

# Migration to t2linux/fedora

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))
1. I was able to only update mbp-fedora to F39 with the latest version of mbp-fedora-kernel

```bash
sudo -i

### Execute as root

## Create yum repo and change $releasever to latest one available here: https://copr.fedorainfracloud.org/coprs/sharpenedblade/t2linux
vi /etc/yum.repos.d/t2linux.repo

[copr:copr.fedorainfracloud.org:sharpenedblade:t2linux]
name=Copr repo for t2linux owned by sharpenedblade
baseurl=https://download.copr.fedorainfracloud.org/results/sharpenedblade/t2linux/fedora-$releasever-$basearch/
type=rpm-md
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://download.copr.fedorainfracloud.org/results/sharpenedblade/t2linux/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1
priority=80

##

dnf remove mbp-fedora-t2-config
dnf upgrade --refresh
dnf install t2linux-config
```

2. 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))


## mbp-fedora - DEPRECATED

[![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)

Expand Down

0 comments on commit a5b5207

Please sign in to comment.