
Allow mksquashfs overrides for thread count and compression algorithm. Apply all rootfs-level overrides uniformly in Makefile. Change-Id: I9dfb9fac63a6efcad42bc73242929e52ff1f9344
11 lines
292 B
YAML
11 lines
292 B
YAML
# Custom user-defined overrides to the `osconfig` playbook can be placed here.
|
|
# Example, writing an extra file to the OS:
|
|
#files:
|
|
# - name: /test.sh
|
|
# file_content: |
|
|
# #!/bin/bash
|
|
# echo hello world
|
|
# permissions: '0755'
|
|
# owner: root
|
|
# group: root
|