11 lines
239 B
Text
11 lines
239 B
Text
# SPDX-FileCopyrightText: no
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
#
|
|
# Configuration for the shell process job.
|
|
|
|
---
|
|
dontChroot: false
|
|
timeout: 10
|
|
script:
|
|
- "-mv -v @@ROOT@@/etc/mkinitcpio.d/alg @@ROOT@@/etc/mkinitcpio.d/linux.preset"
|
|
|