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.
This commit is contained in:
parent
23ffcb49ef
commit
1d07a3c8dc
1 changed files with 7 additions and 3 deletions
|
@ -14,14 +14,18 @@ Next, we add `/ostree/repo` to the filesystem:
|
||||||
ostree admin init-fs /
|
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):
|
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.
|
Initialize an "os" for this, which acts as a state root.
|
||||||
|
|
Loading…
Reference in a new issue