Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

feat: add instructions for adding our policy.json #300

Merged
merged 5 commits into from
Jul 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/images.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ This list is in alphabetical order.

If you're coming from an existing Fedora installation **please ensure you remove layered packages before rebasing!** If you're not familiar with the usage of rpm-ostree we strongly recommend [reading the documentation](https://coreos.github.io/rpm-ostree/).

## Preparing to Rebase

1. `rpm-ostree reset` will remove all your layered packages and prepare for rebasing.
2. Rebase to an *unsigned* Universal Blue image, this will ensure that you have the proper keys and policies on your machine:

rpm-ostree ostree-unverified-registry:ghcr.io/ublue-os/silverblue-main

3. Then reboot, next rebase to a signed image of your choice below:

## Image List

{!_generated_image_list.md!}
Loading