Files
images/image-builder/config/rootfs/osconfig-vars.yaml
Anderson, Craig (ca846m) 95af063c35 add mksquashfs config params
Allow mksquashfs overrides for thread count and compression algorithm.

Apply all rootfs-level overrides uniformly in Makefile.

Change-Id: I9dfb9fac63a6efcad42bc73242929e52ff1f9344
2021-03-01 22:51:13 -08:00

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