Skip to content

Commit

Permalink
docs: add more context to the steps to use an unsigned image
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanabx committed Mar 5, 2024
1 parent 992bf9c commit 7ae3f40
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ This image requires disabling SELinux. This is NOT recommended for production an

Edit `/etc/selinux/config`, set from `enforcing` to `permissive`

> Note: Rebase to an unsigned image before rebasing to the cosmic images below! To rebase onto an unsigned image, change the `ostree-image-signed` to `ostree-unverified-registry`.
> Note: Rebase to an unsigned image before rebasing to the signed cosmic images below!
Run this command:
```
$ sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/ublue-os/cosmic-base:40-amd64
```

Run this command to rebase onto the signed image:

```
$ sudo rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ublue-os/cosmic-base:40-amd64
Expand Down

0 comments on commit 7ae3f40

Please sign in to comment.