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

View File

@ -14,6 +14,7 @@ VALID_IMG_TYPES=(
qemu_no_kexec qemu_no_kexec
rackspace rackspace
rackspace_vhd rackspace_vhd
teeth
vagrant vagrant
vagrant_vmware_fusion vagrant_vmware_fusion
virtualbox virtualbox
@ -158,6 +159,11 @@ IMG_rackspace_vhd_BOOT_KERNEL=0
IMG_rackspace_vhd_DISK_FORMAT=vhd IMG_rackspace_vhd_DISK_FORMAT=vhd
IMG_rackspace_vhd_OEM_PACKAGE=oem-rackspace 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 # Validate and set the vm type to use for the rest of the functions