Add a special case for the root user to the work-around for ssh keys in OSTree commits. As a little refresher: OSTree does not support having any content in home directories; we therefore include a first-boot stage in the commit that will create the ssh keys on first boot. However, until now we did not special case the root user, which has a separate root directory (/root, as a symlink to /var/roothome). This patch fixes this. |
||
|---|---|---|
| .. | ||
| distro_test_common | ||
| fedora33 | ||
| rhel8 | ||
| rhel84 | ||
| rhel85 | ||
| rhel86 | ||
| rhel90beta | ||
| test_distro | ||
| distro.go | ||
| distro_test.go | ||
| osrelease_test.go | ||