From 02c2e619d7a18b96fb069ee5fcfc613654985eda Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sun, 22 Dec 2013 10:59:00 -0500 Subject: [PATCH] README.md: Move to toplevel --- src/README.md => README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename src/README.md => README.md (90%) diff --git a/src/README.md b/README.md similarity index 90% rename from src/README.md rename to README.md index 5dbf1d0f..cea31b46 100644 --- a/src/README.md +++ b/README.md @@ -1,15 +1,15 @@ -Using yum-ostree +Using rpm-ostree ================ This tool takes a set of packages, and commits them to an OSTree repository. At the moment, it is intended for use on build servers. For example, this invocation: - # yum-ostree --repo=repo --enablerepo=fedora --os=fedora --os-version=20 create my-server-packages @minimal kernel ostree fedora-release lvm2 e2fsprogs btrfs-progs passwd httpd + # rpm-ostree --repo=repo --enablerepo=fedora --os=fedora --os-version=20 create my-server-packages @standard kernel ostree fedora-release lvm2 e2fsprogs btrfs-progs httpd Will create a ref named "fedora/20/my-server-packages", containing a complete bootable root filesystem of those packages. As you can see -from the example above, the package set is quite minimal, we're just +from the example above, the package set is fairly minimal, we're just adding on "httpd". Now, if you export the repo via any plain HTTP server, clients using