Sys::VirtV2V::GuestOS::RedHat.3pm

Langue: en

Version: 2010-07-01 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Sys::VirtV2V::GuestOS::RedHat - Manipulate and query a Red Hat based Linux guest

SYNOPSIS

  use Sys::VirtV2V::GuestOS;
 
  $guestos = Sys::VirtV2V::GuestOS->instantiate($g, $desc);
 
 

DESCRIPTION

Sys::VirtV2V::GuestOS::RedHat provides an interface for manipulating and querying a Red Hat based Linux guest. Specifically it handles any Guest OS which Sys::Guestfs::Lib has identified as 'linux', which uses rpm as a package format.

METHODS

See BACKEND INTERFACE in Sys::VirtV2V::GuestOS for a detailed description of exported methods.
Sys::VirtV2V::GuestOS::RedHat->can_handle(desc)
See BACKEND INTERFACE in Sys::VirtV2V::GuestOS for details.
Sys::VirtV2V::GuestOS::RedHat->new(self)
See BACKEND INTERFACE in Sys::VirtV2V::GuestOS for details.
enable_kernel_module(device, module)
See BACKEND INTERFACE in Sys::VirtV2V::GuestOS for details.
update_kernel_module(device, module)
See BACKEND INTERFACE in Sys::VirtV2V::GuestOS for details.
disable_kernel_module(device)
See BACKEND INTERFACE in Sys::VirtV2V::GuestOS for details.
update_display_driver(driver)
See BACKEND INTERFACE in Sys::VirtV2V::GuestOS for details.
list_kernels()
List all installed kernels. List the default kernel first, followed by the remaining kernels in the order they are listed in grub.
install_capability(name)
Install a capability specified in the configuration file.
install_good_kernel
Attempt to install a known-good kernel
remove_kernel(version)
See BACKEND INTERFACE in Sys::VirtV2V::GuestOS for details.
remove_application(name)
Uninstall an application.
get_application_owner(file)
See BACKEND INTERFACE in Sys::VirtV2V::GuestOS for details.
remap_block_devices(devices, virtio)
See BACKEND INTERFACE in Sys::VirtV2V::GuestOS for details.
prepare_bootable(version [, module, module, ...])
See BACKEND INTERFACE in Sys::VirtV2V::GuestOS for details.
supports_virtio(kernel)
See BACKEND INTERFACE in Sys::VirtV2V::GuestOS for details.
Copyright (C) 2009,2010 Red Hat Inc.

LICENSE

Please see the file COPYING.LIB for the full license.

SEE ALSO

virt-v2v(1), Sys::VirtV2V::GuestOS(3pm), Sys::Guestfs(3pm), Sys::Guestfs::Lib(3pm), <http://libguestfs.org/>.