fedostree/web: More bits in #installation

This commit is contained in:
Colin Walters 2014-01-20 06:47:38 -05:00
parent 4e28905260
commit 0cefc6ad8e

View File

@ -113,5 +113,11 @@
ostree admin deploy --os=fedostree fedostree/20/x86_64/server/docker-io ostree admin deploy --os=fedostree fedostree/20/x86_64/server/docker-io
systemctl reboot systemctl reboot
</pre> </pre>
<p>After you reboot, note two things. First, you'll have <i>two</i>
OSTree boot entries. That's because our previous <tt>minimal</tt>
tree is still there. Choose the first OSTree boot entry. When you
boot into this tree, note that you'll have
a <tt>/usr/bin/docker</tt> binary. We have successfully atomically
transitioned to a new filesystem tree.
</p>
</article> </article>