12 lines
309 B
Plaintext
12 lines
309 B
Plaintext
# SPDX-FileCopyrightText: no
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
---
|
|
type: "job"
|
|
name: "refind"
|
|
interface: "python"
|
|
script: "main.py"
|
|
noconfig: true
|
|
# The partition module sets up the needed paths in
|
|
# global storage, which is used to decide how to install.
|
|
requiredModules: [ "partition" ]
|