From 1d07a3c8dcd273a95fe0c3f8ac57dd67b49d341c Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Wed, 7 Feb 2018 16:20:23 +0000 Subject: [PATCH] README-install-inside.md: point people to F27 content Even though this is the `master` branch, I think it still makes more sense to point folks to the latest *stable* content here when following instructions. Also turn on GPG verification since that should work now. --- README-install-inside.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README-install-inside.md b/README-install-inside.md index 1eab18a..048051c 100644 --- a/README-install-inside.md +++ b/README-install-inside.md @@ -14,14 +14,18 @@ Next, we add `/ostree/repo` to the filesystem: ostree admin init-fs / ``` -Add a remote which points to the Fedora Rawhide content: +Add a remote which points to the Fedora 27 content: ``` -ostree remote add --set=gpg-verify=false fedora-ws-rawhide https://kojipkgs.fedoraproject.org/compose/ostree/rawhide/ +ostree remote add --set=gpgkeypath=/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-27-primary fedora-ws-27 https://dl.fedoraproject.org/ostree/27/ ``` +If you do not have the Fedora 27 GPG primary key, you can get it from +https://getfedora.org/keys/. Alternatively, if you really need to, you can turn +off GPG verification using the `--no-gpg-verify` option. + Pull down the content (you can interrupt and restart this): ``` -ostree --repo=/ostree/repo pull fedora-ws-rawhide:fedora/rawhide/x86_64/workstation +ostree --repo=/ostree/repo pull fedora-ws-27:fedora/27/x86_64/workstation ``` Initialize an "os" for this, which acts as a state root.