Skip to content

Commit

Permalink
docs: no mergerfs in f41
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Nov 14, 2024
1 parent d544752 commit 988e823
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ Please take a look at the included modifications, and help us improve uCore if t

## Announcements

### 2024.11.14 - mergerfs not yet available on Fedora 41

It turns out mergerfs packages are not being built yet for Fedora 41, so it is missing from uCore at this time. It will be restored when possible.

### 2024.11.12 - uCore has updated to Fedora 41

As of today our upstream Fedora CoreOS stable image updated to Fedora 41 under the hood, so expect a lot of package updates.
Expand Down Expand Up @@ -135,7 +139,7 @@ This image builds on `ucore-minimal` but adds drivers, storage tools and utiliti
- [distrobox](https://github.com/89luca89/distrobox) - a [toolbox](https://containertoolbx.org/) alternative
- [duperemove](https://github.com/markfasheh/duperemove)
- all wireless (wifi) card firmwares (CoreOS does not include them) - hardware enablement FTW
- [mergerfs](https://github.com/trapexit/mergerfs)
- ~~[mergerfs](https://github.com/trapexit/mergerfs)~~ (missing since Fedora 41 update)
- nfs-utils - nfs utils including daemon for kernel NFS server
- [pcp](https://pcp.io) Performance Co-pilot monitoring
- [rclone](https://www.rclone.org/) - file synchronization and mounting of cloud storage
Expand Down
3 changes: 2 additions & 1 deletion ucore/install-ucore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export IMAGE_NAME=ucore
/ctx/packages.sh

# install packages direct from github
/ctx/github-release-install.sh trapexit/mergerfs fc${RELEASE}.x86_64
# Fedora 41 packages missing for mergerfs
#/ctx/github-release-install.sh trapexit/mergerfs fc${RELEASE}.x86_64

# tweak os-release
sed -i '/^PRETTY_NAME/s/(uCore.*$/(uCore)"/' /usr/lib/os-release

0 comments on commit 988e823

Please sign in to comment.