On Friday I did: https://ci.centos.org/job/atomic-fedora-ws/
See: https://pagure.io/fork/walters/workstation-ostree-config/commits/f23
Notes on my personal conversion:
Hit grub2.cfg not being updated when doing install-inside-existing
Need to detect this case and update both grub.cfg
?
Need atomic run centos/tools
for strace on flatpak
This turned out to be flatpak/flatpak#113
flatpak for emacs?
Decided to layer for now. Hit issue with /etc/alternatives not working with rpm-ostree, had to ln /usr/bin/{emacs-24.5,emacs}
rebooting for package additions (mostly painful initially I suspect)
LVM not recognizing one of my PVs (Probably want to repartition anyways to use auto-growing LVs for Docker)
layered krb5-workstation
systemd not mounting /home
in /etc/fstab
because it's a symlink
In general, ran into "finding flatpaks" problem, really want the autogenerated rpm -> flatpak pool for things like xchat.
gnome-keyring not working with ed25519, but disabling gnome-keyring-ssh
not bringing back ssh-agent
- not sure what's causing this
vagrant
uses /var/lib/vagrant/plugins.json
which is incompatible with server-side composes, and package layering doesn't run %post
. Worked around by running the %post by hand.