Virt-customize: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(One intermediate revision 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 13: | Line 14: | ||
<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