Skip to content

Commit

Permalink
fix: add signed image prep instructions (#134)
Browse files Browse the repository at this point in the history
This should help with #133
  • Loading branch information
castrojo committed Jul 25, 2023
1 parent a200ee1 commit 5758990
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ Note: This project is a work-in-progress. You should at a minimum be familiar wi

## Setup

### 0. Prepare 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 rebase ostree-unverified-registry:ghcr.io/ublue-os/silverblue-main

### 1. Rebase onto the image

Any system running `rpm-ostree` should be able to rebase onto one of the images built in this project:
Expand Down

0 comments on commit 5758990

Please sign in to comment.