#55 README-install-inside.md: point people to F27 content
Merged 6 years ago by walters. Opened 6 years ago by jlebon.
jlebon/workstation-ostree-config pr/gpg-check-and-use-f27  into  master

file modified
+7 -3
@@ -14,14 +14,18 @@ 

  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.

They should have this key if they are on any recent fedora, right?

+ 

  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.

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.

Pull-Request has been merged by walters

6 years ago

They should have this key if they are on any recent fedora, right?

Yeah, just providing more information in case they don't for some reason. E.g. installing from CentOS, since that's totally something you can do :)

Metadata