mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-18 05:14:35 -04:00
[initcpiocfg] Document this module
This commit is contained in:
parent
a4c714238f
commit
cb92e49363
1 changed files with 6 additions and 0 deletions
|
@ -1,7 +1,13 @@
|
|||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue