calamares: remove now unused configs

they are no longer part of the settings as they have been replaced by
our custom scripts
This commit is contained in:
Harald Sitter
2024-03-17 23:44:15 +01:00
parent 7fc5fa11d5
commit 56b288b324
2 changed files with 0 additions and 29 deletions

View File

@@ -1,19 +0,0 @@
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
# SPDX-FileCopyrightText: 2018-2019 Harald Sitter <sitter@kde.org>
---
efiBootLoader: "systemd-boot"
# systemd-boot configuration files settings, set kernel and initramfs file names
# and amount of time before default selection boots
# kernel: "/vmlinuz-linux"
# img: "/initramfs-linux.img"
# fallback: "/initramfs-linux-fallback.img"
timeout: "10"
# Optionally set the menu entry name and kernel name to use in systemd-boot.
# If not specified here, these settings will be taken from branding.desc.
# bootloaderEntryName: "Generic GNU/Linux"
# kernelLine: ", with Stable-Kernel"
# fallbackKernelLine: ", with Stable-Kernel (fallback initramfs)"
installEFIFallback: true
efiBootloaderId: "neon"

View File

@@ -1,10 +0,0 @@
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
# SPDX-FileCopyrightText: 2018-2020 Harald Sitter <sitter@kde.org>
#
# Creates /etc/fstab and /etc/crypttab in the target system.
# Also creates mount points for all the filesystems.
#
# When creating fstab entries for a filesystem, this module
# uses the options for the filesystem type to write to the
# options field of the file.
---