Package VMBuilder :: Package plugins :: Package ubuntu :: Module jaunty :: Class Jaunty
[frames] | no frames]

Class Jaunty

source code

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

Instance Methods
 
install_ec2(self) source code
 
mangle_grub_menu_lst(self) source code

Inherited from hardy.Hardy: apply_ec2_settings, xen_kernel_path, xen_ramdisk_path

Inherited from edgy.Edgy: copy_settings, fstab

Inherited from dapper.Dapper: check_arch_validity, check_kernel_flavour, config_network, copy_to_target, create_devices, create_initial_user, 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, prevent_daemons_starting, run_in_target, set_timezone, unmount_dev_proc, unmount_volatile, unprevent_daemons_starting, 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
  chpasswd_cmd = ['chpasswd']
  ec2_kernel_info = {'amd64': 'aki-d653b4bf', 'i386': 'aki-c553b...
  ec2_ramdisk_info = {'amd64': 'ari-d753b4be', 'i386': 'ari-c253...
  xen_kernel_flavour = 'server'

Inherited from intrepid.Intrepid: default_flavour, valid_flavours

Inherited from hardy.Hardy: virtio_net

Inherited from feisty.Feisty: disk_prefix, grubroot, updategrub

Properties

Inherited from object: __class__

Method Details

install_ec2(self)

source code 
Overrides: dapper.Dapper.install_ec2

mangle_grub_menu_lst(self)

source code 
Overrides: dapper.Dapper.mangle_grub_menu_lst

Class Variable Details

ec2_kernel_info

Value:
{'amd64': 'aki-d653b4bf', 'i386': 'aki-c553b4ac'}

ec2_ramdisk_info

Value:
{'amd64': 'ari-d753b4be', 'i386': 'ari-c253b4ab'}