walters added a new comment to an issue you are following:
``
I tested the `20170615.n.0` FAH iso; it looks like we'll need this:

```
diff --git a/docker.spec b/docker.spec
index b654082..b170151 100644
--- a/docker.spec
+++ b/docker.spec
@@ -569,10 +569,14 @@ echo 'STORAGE_DRIVER=overlay2' >> 
%{repo}-storage-setup-workstation
 ln -s %{repo}-storage-setup-workstation %{repo}-storage-setup-cloud
 # create server override config
 ln -s %{repo}-storage-setup-workstation %{repo}-storage-setup-server
-# create atomic override config
+# create atomic override config; see https://pagure.io/atomic-wg/issue/281
+%if 0%{?fedora} >= 27
+ln -s %{repo}-storage-setup-workstation %{repo}-storage-setup-atomichost
+%else
 cp %{repo}-storage-setup-server %{repo}-storage-setup-atomichost
 echo 'CONTAINER_ROOT_LV_NAME=docker-root-lv' >> 
%{repo}-storage-setup-atomichost
 echo 'CONTAINER_ROOT_LV_MOUNT_PATH=/var/lib/docker' >> 
%{repo}-storage-setup-atomichost
+%endif #atomichost
 %endif # custom_storage
 popd
 
```

Basically all the editions become the same thing.  Seem sane?

``

To reply, visit the link below or just reply to this email
https://pagure.io/atomic-wg/issue/281
_______________________________________________
cloud mailing list -- cloud@lists.fedoraproject.org
To unsubscribe send an email to cloud-le...@lists.fedoraproject.org

Reply via email to