Home | Trees | Indices | Help |
---|
|
1 # 2 # Uncomplicated VM Builder 3 # Copyright (C) 2007-2010 Canonical Ltd. 4 # 5 # See AUTHORS for list of contributors 6 # 7 # This program is free software: you can redistribute it and/or modify 8 # it under the terms of the GNU General Public License version 3, as 9 # published by the Free Software Foundation. 10 # 11 # This program is distributed in the hope that it will be useful, 12 # but WITHOUT ANY WARRANTY; without even the implied warranty of 13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 # GNU General Public License for more details. 15 # 16 # You should have received a copy of the GNU General Public License 17 # along with this program. If not, see <http://www.gnu.org/licenses/>. 18 # 19 from VMBuilder.plugins.ubuntu.jaunty import Jaunty 2022 valid_flavours = { 'i386' : ['386', 'generic', 'generic-pae', 'virtual'], 23 'amd64' : ['generic', 'server', 'virtual'], 24 'lpia' : ['lpia'] } 25 26 preferred_filesystem = 'ext4' 27 313433 self.context.install_file('/etc/hosts', contents='')
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Aug 16 14:11:30 2011 | http://epydoc.sourceforge.net |