module created to copy zfs generated /etc/hostid, needed to have hostid in zpool & initramfs in sync
11 lines
255 B
YAML
11 lines
255 B
YAML
# SPDX-FileCopyrightText: 2022 Anke Boersma <demm@kaosx.us>
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
---
|
|
$schema: https://json-schema.org/schema#
|
|
$id: https://calamares.io/schemas/zfshostid
|
|
additionalProperties: false
|
|
type: object
|
|
|
|
required:
|
|
- zfs
|