Skip to content

Commit 5758990

Browse files
authored
fix: add signed image prep instructions (#134)
This should help with #133
1 parent a200ee1 commit 5758990

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ Note: This project is a work-in-progress. You should at a minimum be familiar wi
2222

2323
## Setup
2424

25+
### 0. Prepare to rebase
26+
27+
1. `rpm-ostree reset` will remove all your layered packages and prepare for rebasing.
28+
2. Rebase to an *unsigned* Universal Blue image, this will ensure that you have the proper keys and policies on your machine:
29+
30+
rpm-ostree rebase ostree-unverified-registry:ghcr.io/ublue-os/silverblue-main
31+
2532
### 1. Rebase onto the image
2633

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

0 commit comments

Comments
 (0)