mirror of
https://github.com/tuxdotrs/tuxOS.git
synced 2025-07-06 09:46:34 +05:30
19 lines
404 B
Plaintext
19 lines
404 B
Plaintext
# SPDX-FileCopyrightText: no
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
#
|
|
# Configuration for the shell process job.
|
|
|
|
# Set to true to run in host, rather than target system
|
|
dontChroot: true
|
|
|
|
# Tune this for the commands you're actually running
|
|
timeout: 999
|
|
|
|
# Commands
|
|
script:
|
|
#- command: "/usr/bin/post_install.sh"
|
|
|
|
# Description of the job
|
|
i18n:
|
|
name: "Settings up configuration and cleaning up... "
|