~soren/vmbuilder/vmbuilder.refactoring

« back to all changes in this revision

Viewing changes to VMBuilder/plugins/ubuntu/hardy.py

  • Committer: Soren Hansen
  • Date: 2009-12-05 01:11:03 UTC
  • Revision ID: soren@ubuntu.com-20091205011103-yzxztk3vyxrjwoa1
...

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    virtio_net = True
24
24
    ec2_kernel_info = { 'i386' : 'aki-6e709707', 'amd64' : 'aki-6f709706' }
25
25
    ec2_ramdisk_info = { 'i386' : 'ari-6c709705', 'amd64' : 'ari-61709708' }
 
26
    has_256_bit_inode_ext3_support = True
26
27
 
27
28
    def apply_ec2_settings(self):
28
29
        self.vm.addpkg += ['ec2-init',