base builder config rename and add builder_kernel_config tasklist

This commit is contained in:
Seth Vidal 2013-05-03 17:35:20 +00:00
parent 20c4d80ed3
commit 9e3c081606
2 changed files with 11 additions and 1 deletions

View file

@ -15,7 +15,7 @@
tasks:
- include: $tasks/virt_instance_create.yml
- include: $tasks/koji/config_builder.yml
- include: $tasks/koji/base_builder.yml
- include: $tasks/koji/builder_kernel_config.yml

View file

@ -0,0 +1,10 @@
- name: set kernel params for loopback partitioning
action: command /sbin/grubby --update-kernel=ALL --args=loop.max_part=256
- name: set kernel params for more loops
action: command /sbin/grubby --update-kernel=ALL --args=max_loop=64
- name: special pkgs for the x86_64 builders
action: yum state=installed pkg=$item
with_items:
- kmod-hfsplus