[Pkg-libvirt-commits] [libguestfs] 165/179: builder: Document that --edit option can be split across lines.
Hilko Bengen
bengen at moszumanska.debian.org
Fri Oct 31 19:08:52 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit 6d338ae4e64ef7c41bba74f66809b63158e49311
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Tue Oct 28 22:48:57 2014 +0000
builder: Document that --edit option can be split across lines.
---
builder/virt-builder.pod | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/builder/virt-builder.pod b/builder/virt-builder.pod
index 2e6522a..993e92c 100644
--- a/builder/virt-builder.pod
+++ b/builder/virt-builder.pod
@@ -164,7 +164,9 @@ the guest boots.
Or:
- virt-builder fedora-20 --edit '/etc/yum.conf: s/gpgcheck=1/gpgcheck=0/'
+ virt-builder fedora-20 \
+ --edit '/etc/yum.conf:
+ s/gpgcheck=1/gpgcheck=0/'
which edits C</etc/yum.conf> inside the disk image (during disk image
creation, long before boot).
--
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