Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
docs: update and rename installation section
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Mar 4, 2023
1 parent b6b5ad1 commit 85e4343
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,25 @@ See [the documentation](https://ublue.it/making-your-own/) on how to clone and u

You can customize this image to your needs by adding packages to install in the `recipe.yml`, configuration files in the `etc` or `usr` folders or doing any custom commands you want to in the `Containerfile`.

## Usage
## Installation

> **Warning**
> This is an experimental feature and should not be used in production, try it in a VM for a while! If you are rebasing and not doing a clean install do a `touch ~/.config/ublue/firstboot-done` to keep your flatpak configuration untouched BEFORE you rebase, otherwise we're going to mangle it (for science).
To rebase an existing Silverblue/Kinoite machine to the latest release (37):
> **Note**
> In the commands below, make sure to replace `ublue-os/startingpoint` with the details of your own repository.
sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/ublue-os/base:37
To rebase an existing Silverblue/Kinoite installation to the latest build:

We build date tags as well, so if you want to rebase to a particular day's release:
```
sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/ublue-os/startingpoint:latest
```

sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/ublue-os/base:20221217
This repository builds date tags as well, so if you want to rebase to a particular day's build:

```
sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/ublue-os/startingpoint:20221217
```

The `latest` tag will automatically point to the latest build. Note that when a new version of Fedora is released that the `latest` tag will get updated to that latest release automatically.

Expand Down

0 comments on commit 85e4343

Please sign in to comment.