[Pkg-libvirt-commits] [libguestfs] 36/72: builder: Fix 'os-version' in man page examples.

Hilko Bengen bengen at moszumanska.debian.org
Sun Apr 5 15:19:49 UTC 2015


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch master
in repository libguestfs.

commit ea1765ac774bd270cc5f7ac78438790c8e0049a0
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Mar 2 09:11:47 2015 +0000

    builder: Fix 'os-version' in man page examples.
    
    (cherry picked from commit 78e1a1472c3b15b9530cecf3fe65fe0fde9665a8)
---
 builder/virt-builder.pod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/builder/virt-builder.pod b/builder/virt-builder.pod
index 353efc1..28ac4c4 100644
--- a/builder/virt-builder.pod
+++ b/builder/virt-builder.pod
@@ -1409,7 +1409,7 @@ instead of I<--install>.
 
 To install a Fedora guest using a local mirror:
 
- virt-builder fedora 20 \
+ virt-builder fedora-20 \
    --edit '/etc/yum.repos.d/fedora.repo:
        s{.*baseurl=.*}{baseurl=http://example.com/mirror/};
        s{.*metalink=.*}{};
@@ -1427,7 +1427,7 @@ Assuming that you are using C<apt-proxy> to mirror the repository, you
 should create a new C<sources.list> file to point to your proxy (see
 L<https://help.ubuntu.com/community/AptProxy>) and then do:
 
- virt-builder debian 7 \
+ virt-builder debian-7 \
    --upload sources.list:/etc/apt/sources.list \
    --run-command 'apt-get -y update' \
    --run-command 'apt-get -y install pkg1 pkg2 ...'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list