Sha256: 4c31cfdb9eadb82c40336ce2eb093fe68e3c89542fc4a93fe7769483638845b9

Contents?: true

Size: 979 Bytes

Versions: 5

Compression:

Stored size: 979 Bytes

Contents

#==============================================================================
# vim: softtabstop=2 shiftwidth=2 expandtab fenc=utf-8 cc=81 tw=80
#==============================================================================
#
# DESCRIPTION: Centos 6.5 base system (i386)
#
#==============================================================================

---
extend: centos6.5-x86_64

global:
  ## User varibales : used by the recipe
  user_name: kameleon
  user_password: $$user_name

  # Distribution
  distrib: centos
  release: 6.5
  arch: i386
  hostname: kameleon-$$distrib

  ## VirtualBox options
  virtualbox_os_type: Linux

  ## Kameleon iso bootstrap
  boot2kameleon_url: http://kameleon.imag.fr/iso/boot2debian/debian-jessie-i686-insecure.iso

#== Bootstrap the new system and create the 'in_context'
bootstrap:
  - "@base"

#== Install and configuration steps
setup:
  - "@base"

#== Export the generated appliance in the format of your choice
export:
  - "@base"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
kameleon-builder-2.2.5 templates/virtualbox/centos6.5-i386.yaml
kameleon-builder-2.2.4 templates/virtualbox/centos6.5-i386.yaml
kameleon-builder-2.2.3 templates/virtualbox/centos6.5-i386.yaml
kameleon-builder-2.2.2 templates/virtualbox/centos6.5-i386.yaml
kameleon-builder-2.2.1 templates/virtualbox/centos6.5-i386.yaml