calamares/src/modules/initcpiocfg/module.desc
2021-09-21 15:16:08 +02:00

14 lines
401 B
Plaintext

# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
#
# 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.
---
type: "job"
name: "initcpiocfg"
interface: "python"
script: "main.py"
noconfig: true