From 992bf9cd7d5e237f6f0060f0d2b670a94d00c947 Mon Sep 17 00:00:00 2001 From: Ryan Brue <56272643+ryanabx@users.noreply.github.com> Date: Mon, 4 Mar 2024 23:51:17 -0600 Subject: [PATCH] Add unverified registry notice to README Update the README to include information on how to rebase to an unverified registry before rebasing onto the signed image. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 42503b2..486399f 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ 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`. + Run this command: ```