[Pkg-libvirt-commits] [libguestfs] 05/59: builder: Document that --edit option can be split across lines.
Hilko Bengen
bengen at moszumanska.debian.org
Wed Nov 26 22:04:02 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch master
in repository libguestfs.
commit 45f312dc6bc59cdcee2776be1b3c2c7076e86e1e
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.
(cherry picked from commit 6d338ae4e64ef7c41bba74f66809b63158e49311)
---
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