feat(teeth): Add new OEM and disk layout for teeth

This commit is contained in:
Alex Crawford 2014-05-29 13:56:13 -07:00
parent ed50f5fe0b
commit d9afc85b0e
2 changed files with 16 additions and 3 deletions

View File

@ -50,9 +50,9 @@
"mount":"/usr/share/oem"
},
"7":{
"type":"blank",
"label":"coreos-reserved",
"blocks":"0"
"label":"OEM-CONFIG",
"type":"coreos-reserved",
"blocks":"131072"
},
"8":{
"type":"blank",
@ -80,6 +80,13 @@
"blocks":"33587200"
}
},
"teeth":{
"7":{
"label":"config-2",
"type":"data",
"fs_type":"ext2"
}
},
"container":{
"1":{
"type":"blank"

View File

@ -14,6 +14,7 @@ VALID_IMG_TYPES=(
qemu_no_kexec
rackspace
rackspace_vhd
teeth
vagrant
vagrant_vmware_fusion
virtualbox
@ -158,6 +159,11 @@ IMG_rackspace_vhd_BOOT_KERNEL=0
IMG_rackspace_vhd_DISK_FORMAT=vhd
IMG_rackspace_vhd_OEM_PACKAGE=oem-rackspace
## teeth
IMG_teeth_DISK_FORMAT=qcow2
IMG_teeth_DISK_LAYOUT=teeth
IMG_teeth_OEM_PACKAGE=oem-rackspace-teeth
###########################################################
# Validate and set the vm type to use for the rest of the functions