2020-08-21 19:54:36 +02:00
|
|
|
# SPDX-FileCopyrightText: no
|
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
2021-09-21 15:16:08 +02:00
|
|
|
#
|
|
|
|
# Writes a mkinitcpio.conf into the target system. It copies
|
|
|
|
# the host system's /etc/mkinitcpio.conf, and replaces any
|
|
|
|
# HOOKS, MODULES, and FILES lines with calculated values
|
|
|
|
# based on what the installation (seems to) need.
|
2014-08-19 15:54:02 +02:00
|
|
|
---
|
|
|
|
type: "job"
|
|
|
|
name: "initcpiocfg"
|
|
|
|
interface: "python"
|
|
|
|
script: "main.py"
|
2021-09-21 15:16:08 +02:00
|
|
|
noconfig: true
|