On 11/2/17 10:12 AM, Colin Walters wrote:
On Wed, Nov 1, 2017, at 10:16 PM, Dusty Mabe wrote:
Atomic workstation is included in the normal fedora release process
and is part of RC 1.7:
https://kojipkgs.fedoraproject.org/compose/27/Fedora-27-20171101.0/compose/WorkstationOstree/x86_64/iso/Fedora-WorkstationOstree-ostree-x86_64-27-1.2.iso
I just gave this a try, the install seems fine, but I'm wondering about the
final ostree
repo location:
$ rpm-ostree status
State: idle
Deployments:
● fedora-workstation:fedora/27/x86_64/workstation
Version: 27.1.2 (2017-11-01 20:25:06)
Commit:
825b2cb5fbf62fb986351ad1648c138e15848411e5657bafa12babdd849e9a02
GPGSignature: Valid signature by
860E19B0AFA800A1751881A6F55E7430F5282EE4
$ rpm-ostree upgrade
...
Downgraded:
firefox 57.0-0.8.fc27 -> 56.0-5.fc27
gnome-boxes 3.26.1-4.fc27 -> 3.26.1-2.fc27
Added:
libvirt-daemon-config-network-3.7.0-2.fc27.x86_64
Run "systemctl reboot" to start a reboot
$ cat /etc/ostree/remotes.d/fedora-workstation.conf
[remote "fedora-workstation"]
url=https://kojipkgs.fedoraproject.org/compose/ostree/27/
gpg-verify=true
gpgkeypath=/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-27-primary
$
```
I kicked around the F27 Workstation Ostree ISO, as well.
In addition to the finding above from Colin, two other things jumped out
at me:
1) 'docker' was not started by default
IMO, since we are shipping 'docker' as part of the host and a lot of
folks will be most comfortable using Docker containers, it would be a
nice convenience to start the daemon by default. However, this is by no
means a blocker or the like.
2) running 'flatpak remotes' throws a permission error
https://bugzilla.redhat.com/show_bug.cgi?id=1509032
Other than those items, things worked well. I was able to complete an
installation from the ISO using partitioning defaults and when using
/var as a separate mount point.