-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove base build, main builds are base now
- Loading branch information
Showing
15 changed files
with
58 additions
and
331 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,39 @@ | ||
## A Fedora Atomic Desktop based OSTree image with the [COSMIC](https://github.com/pop-os/cosmic-epoch) desktop environment. | ||
# Fedora Cosmic Atomic | ||
### Fedora Silverblue-based Atomic Desktop with the Pre-Alpha Cosmic Desktop Environment Included! | ||
|
||
This project has no association with **System76** and is not an officially endorsed installation method. | ||
Like Fedora? Want to try the latest from the work in progress Cosmic Desktop Environment? Want to help find bugs and/or contribute to Cosmic development, but don't want to work in a VM or install Pop!_OS? None of the above things but something else??!? | ||
|
||
## Pre-Install | ||
Go ahead and try one of the ostree images I've created here! | ||
|
||
1. Install Fedora Atomic variant: | ||
[Silverblue](https://fedoraproject.org/atomic-desktops/silverblue/) | ||
[Kinoite](https://fedoraproject.org/atomic-desktops/kinoite/) | ||
2. Disable SELinux (edit `/etc/selinux/config`) | ||
### Installation | ||
|
||
## Install Image | ||
### cosmic-epoch without upgraded submodules (recommended) | ||
Run `sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/ryanabx/fedora-cosmic-atomic:latest-amd64` | ||
### cosmic-epoch with upgraded submodes (all submodules at their master branch, latest commit) (for real tinkerers ;D) | ||
Run `sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/ryanabx/fedora-cosmic-atomic-main:latest-amd64` | ||
> Note: This package is still updated whenever I (ryanabx) have time, but you may use the containerfile to build your own image if you need the latest and greatest off my schedule! | ||
1. Install an rpm-ostree based desktop, like [Fedora Silverblue](https://fedoraproject.org/atomic-desktops/silverblue/) (aka atomic desktops) | ||
2. Disable SELinux (edit `/etc/selinux/config`) (note: not recommended for production, but necessary for these images) | ||
3. Install one of the images listed below! | ||
|
||
Thanks to Drakulix for the original image. Differences from her image: | ||
* The image is based on Fedora's Base image instead of SilverBlue | ||
* `cosmic-greeter` is swapped out with `SDDM` for the time being, as there's a problem that doesn't let cosmic-greeter start at the moment (see: https://github.com/pop-os/cosmic-greeter/issues/8) | ||
* More up-to-date at the moment (hers is 3 months old) | ||
### Images | ||
|
||
## Obligatory neofetch | ||
![Neofetch of COSMIC desktop in Fedora](./screenshot/1.png) | ||
#### Recommended Images (Silverblue Based) | ||
|
||
Silverblue-based w/ COSMIC (default) | ||
|
||
sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/ryanabx/fedora-cosmic-atomic-silverblue:latest-amd64 | ||
|
||
Silverblue-based w/ COSMIC & NVIDIA Drivers | ||
|
||
sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/ryanabx/fedora-cosmic-atomic-silverblue-nvidia:latest-amd64 | ||
|
||
#### Not Recommended (Base Fedora Image, no Silverblue) | ||
|
||
Base Fedora Image w/ COSMIC | ||
|
||
sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/ryanabx/fedora-cosmic-atomic:latest-amd64 | ||
|
||
### Neofetch | ||
![Neofetch of COSMIC desktop in Fedora](./screenshot/1.png) | ||
|
||
## Issues | ||
### Issues | ||
|
||
For issues with the container, feel free to submit an issue on this repo. For COSMIC related issues, please see https://github.com/pop-os/cosmic-epoch | ||
For issues with the containers, feel free to submit an issue on this repo. For COSMIC related issues, please see https://github.com/pop-os/cosmic-epoch | ||
|
||
> Note: The COSMIC Desktop Environment is still PRE ALPHA. Do not daily drive this image on your main workstation unless you know what you're doing. |
Oops, something went wrong.