base builder config rename and add builder_kernel_config tasklist
This commit is contained in:
parent
20c4d80ed3
commit
9e3c081606
2 changed files with 11 additions and 1 deletions
10
tasks/koji/builder_kernel_config.yml
Normal file
10
tasks/koji/builder_kernel_config.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue