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

Commit

Permalink
feat: add instructions for adding our policy.json (#300)
Browse files Browse the repository at this point in the history
* feat: add instructions for adding our policy.json

* fix: recommend switching to an unsigned image first

* fix: clarify wording

* fix: incorrect bullet

* fix: update to confirmed working command
  • Loading branch information
castrojo authored Jul 19, 2023
1 parent efba567 commit d3e6951
Showing 1 changed file with 9 additions and 0 deletions.
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!}

0 comments on commit d3e6951

Please sign in to comment.