mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
builder: Document that --edit option can be split across lines.
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user