Virt-customize: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= * =Internal= * Linux Virtualization Operations =Overview= =Install= <pre> </pre>") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | =External= | ||
* | * https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Virtualization_Deployment_and_Administration_Guide/sect-Guest_virtual_machine_disk_access_with_offline_tools-Using_virt_customize.html | ||
=Internal= | =Internal= | ||
Line 7: | Line 8: | ||
=Overview= | =Overview= | ||
Utility for customizing virtual machine disk images. It can be used to install packages, edit configuration files, run scripts and set passwords. | |||
=Install= | =Install= | ||
<pre> | <pre> | ||
yum install libguestfs-tools | |||
</pre> | </pre> |
Latest revision as of 03:10, 25 June 2017
External
Internal
Overview
Utility for customizing virtual machine disk images. It can be used to install packages, edit configuration files, run scripts and set passwords.
Install
yum install libguestfs-tools