Package VMBuilder :: Package plugins :: Package ubuntu :: Module hardy :: Class Hardy
[frames] | no frames]

Class Hardy

source code

 object --+                    
          |                    
suite.Suite --+                
              |                
  dapper.Dapper --+            
                  |            
          edgy.Edgy --+        
                      |        
          feisty.Feisty --+    
                          |    
                gutsy.Gutsy --+
                              |
                             Hardy
Known Subclasses:

Instance Methods
 
apply_ec2_settings(self) source code
 
has_256_bit_inode_ext3_support(self) source code
 
install_ec2(self) source code
 
xen_kernel_path(self) source code
 
xen_ramdisk_path(self) source code

Inherited from edgy.Edgy: copy_settings, fstab, mangle_grub_menu_lst, prevent_daemons_starting, set_timezone, unprevent_daemons_starting

Inherited from dapper.Dapper: check_arch_validity, check_kernel_flavour, config_host_and_domainname, config_interfaces, copy_to_target, create_devices, create_initial_user, create_manifest, debootstrap, debootstrap_mirror, disable_hwclock_access, install, install_apt_proxy, install_authorized_keys, install_device_map, install_extras, install_from_template, install_fstab, install_grub, install_kernel, install_menu_lst, install_mirrors, install_sources_list, install_vmbuilder_log, kernel_name, mount_dev_proc, post_mount, pre_install, run_in_target, seed, set_locale, unmount_dev, unmount_dev_pts, unmount_proc, unmount_volatile, update, update_passwords

Inherited from suite.Suite: __init__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  ec2_kernel_info = {'amd64': 'aki-6f709706', 'i386': 'aki-6e709...
  ec2_ramdisk_info = {'amd64': 'ari-61709708', 'i386': 'ari-6c70...
  virtio_net = True

Inherited from gutsy.Gutsy: default_flavour, valid_flavours, xen_kernel_flavour

Inherited from feisty.Feisty: disk_prefix, grubroot, updategrub

Inherited from dapper.Dapper: chpasswd_cmd, preferred_filesystem

Properties

Inherited from object: __class__

Method Details

has_256_bit_inode_ext3_support(self)

source code 
Overrides: dapper.Dapper.has_256_bit_inode_ext3_support

install_ec2(self)

source code 
Overrides: dapper.Dapper.install_ec2

Class Variable Details

ec2_kernel_info

Value:
{'amd64': 'aki-6f709706', 'i386': 'aki-6e709707'}

ec2_ramdisk_info

Value:
{'amd64': 'ari-61709708', 'i386': 'ari-6c709705'}