12 lines
252 B
TOML
12 lines
252 B
TOML
format = 2
|
|
id = "demo.tools"
|
|
name = "Hello and system report"
|
|
version = "1.0"
|
|
|
|
# Paths are relative to this recipe. Each payload entry creates one partition.
|
|
[[payload]]
|
|
sources = ["hello/software.toml"]
|
|
|
|
[[payload]]
|
|
sources = ["report/software.toml"]
|