Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
docs/install: Add ssh-key-dir workaround
Browse files Browse the repository at this point in the history
We broke the FCOS switch with ec478a0
because `ssh-key-dir` is not in ELN.  That's fixable but
for now let's document the current state.
  • Loading branch information
cgwalters committed Nov 29, 2023
1 parent 0b0a2f3 commit d0718b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,13 @@ There's a provisional KVM guest image uploaded here:

[Fedora CoreOS](https://docs.fedoraproject.org/en-US/fedora-coreos/) supports
many different platforms, and can be used as a starting point to "rebase" to a
custom derived image from CentOS boot.
custom derived image from CentOS boot. These commands should all be invoked
as root.

```shell
systemctl mask --now zincati && rm -vf /run/ostree/staged-deployment-locked
echo "# dummy change" >> "/etc/sudoers.d/coreos-sudo-group"
cp -a ~core/.ssh/authorized_keys.d/ignition ~core/.ssh/authorized_keys
rpm-ostree rebase ostree-unverified-registry:quay.io/centos-bootc/fedora-bootc:eln
systemctl reboot
```

0 comments on commit d0718b2

Please sign in to comment.