builder: Document that --edit option can be split across lines.

This commit is contained in:
Richard W.M. Jones
2014-10-28 22:48:57 +00:00
parent cb291d7e46
commit 6d338ae4e6

View File

@@ -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).