[ostree] README-install: Improve to use new multi-pull, etc.



commit 92c15d93646721774a47d2954686a7a548ec3c6e
Author: Colin Walters <walters verbum org>
Date:   Tue Feb 28 13:19:31 2012 -0500

    README-install: Improve to use new multi-pull, etc.

 gnomeos/README-install.md |   23 ++++++++++++-----------
 1 files changed, 12 insertions(+), 11 deletions(-)
---
diff --git a/gnomeos/README-install.md b/gnomeos/README-install.md
index c66d3c7..686f237 100644
--- a/gnomeos/README-install.md
+++ b/gnomeos/README-install.md
@@ -49,18 +49,19 @@ $ /usr/sbin/gdm
 Updating
 --------
 
-You need to pull the latest updates to your repos (assuming that
-you have your repos in /ostree)
-
-$ ostree-pull --repo=/ostree/repo origin gnomeos-3.4-i686-runtime
-$ ostree-pull --repo=/ostree/repo origin gnomeos-3.4-i686-devel
-
-And then you need to update your branches: to point to the new
-stuff. That is a little cumbersome, and the easiest is to use
-the gnomeos-update-branches script that comes with ostree. The
-script currently assumes that the repository is in the current
-directory.
+After you've installed, you can download updates like this:
 
 $ su -
 # cd /ostree
+# ostree-pull --repo=repo origin gnomeos-3.4-i686-{runtime,devel}
+
+This just pulls data into your local repository; if you want a
+checked-out filesystem root for them, the easiest is to use the
+gnomeos-update-branches script that comes with ostree. The script
+currently assumes that the repository is in the current directory.
+
 # ~/src/ostree/gnomeos/yocto/gnomeos-update-branches.sh
+
+In the future this will be part of a system administrator oriented
+utility (e.g. "ostreeadm").
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]