[Pkg-libvirt-commits] [libguestfs] 315/384: builder: Fix 'os-version' in man page examples.
Hilko Bengen
bengen at moszumanska.debian.org
Sun Mar 29 16:58:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit 78e1a1472c3b15b9530cecf3fe65fe0fde9665a8
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.
---
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 f220342..b68845b 100644
--- a/builder/virt-builder.pod
+++ b/builder/virt-builder.pod
@@ -1440,7 +1440,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=.*}{};
@@ -1458,7 +1458,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