Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add signed image prep instructions #134

Merged
merged 1 commit into from
Jul 25, 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
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