From 7ae3f40ccd4f2bfddc58ea0eb2b8e2aa276a6c3f Mon Sep 17 00:00:00 2001 From: Ryan Brue Date: Tue, 5 Mar 2024 00:53:12 -0600 Subject: [PATCH] docs: add more context to the steps to use an unsigned image --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 486399f..853b7e1 100644 --- a/README.md +++ b/README.md @@ -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