New tool: virt-log: It lists log files from within the guest.

See 'TODO' file for suggested future improvements.
This commit is contained in:
Richard W.M. Jones
2014-06-14 10:50:36 +01:00
parent 026342a7ee
commit fb546eaee0
14 changed files with 666 additions and 26 deletions

View File

@@ -28,6 +28,7 @@ scripts = \
virt-filesystems \
virt-format \
virt-inspector \
virt-log \
virt-ls \
virt-rescue \
virt-resize \
@@ -51,6 +52,8 @@ virt-format:
ln -sf virt-alignment-scan $@
virt-inspector:
ln -sf virt-alignment-scan $@
virt-log:
ln -sf virt-alignment-scan $@
virt-ls:
ln -sf virt-alignment-scan $@
virt-sysprep: