| Class | BoxGrinder::CentOSPlugin |
| In: |
lib/boxgrinder-build/plugins/os/centos/centos-plugin.rb
lib/boxgrinder-build/plugins/os/centos/centos-plugin.rb |
| Parent: | RHELPlugin |
| CENTOS_REPOS | = | { "5" => { "base" => { "mirrorlist" => "http://mirrorlist.centos.org/?release=#OS_VERSION#&arch=#BASE_ARCH#&repo=os" |
| CENTOS_REPOS | = | { "5" => { "base" => { "mirrorlist" => "http://mirrorlist.centos.org/?release=#OS_VERSION#&arch=#BASE_ARCH#&repo=os" |
# File lib/boxgrinder-build/plugins/os/centos/centos-plugin.rb, line 35
35: def after_init
36: super
37: register_supported_os('centos', ['5'])
38: end
# File lib/boxgrinder-build/plugins/os/centos/centos-plugin.rb, line 35
35: def after_init
36: super
37: register_supported_os('centos', ['5'])
38: end
# File lib/boxgrinder-build/plugins/os/centos/centos-plugin.rb, line 40
40: def execute(appliance_definition_file)
41: build_rhel(appliance_definition_file, CENTOS_REPOS)
42: end