From 56b288b3243f841a4f9c4a3eeccea79cc100a444 Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Sun, 17 Mar 2024 23:44:15 +0100 Subject: [PATCH] calamares: remove now unused configs they are no longer part of the settings as they have been replaced by our custom scripts --- .../calamares/desktop/modules/bootloader.conf | 19 ------------------- .../calamares/desktop/modules/fstab.conf | 10 ---------- 2 files changed, 29 deletions(-) delete mode 100644 mkosi.extra/calamares/desktop/modules/bootloader.conf delete mode 100644 mkosi.extra/calamares/desktop/modules/fstab.conf diff --git a/mkosi.extra/calamares/desktop/modules/bootloader.conf b/mkosi.extra/calamares/desktop/modules/bootloader.conf deleted file mode 100644 index e314e0e..0000000 --- a/mkosi.extra/calamares/desktop/modules/bootloader.conf +++ /dev/null @@ -1,19 +0,0 @@ -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL -# SPDX-FileCopyrightText: 2018-2019 Harald Sitter ---- -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" diff --git a/mkosi.extra/calamares/desktop/modules/fstab.conf b/mkosi.extra/calamares/desktop/modules/fstab.conf deleted file mode 100644 index e343da9..0000000 --- a/mkosi.extra/calamares/desktop/modules/fstab.conf +++ /dev/null @@ -1,10 +0,0 @@ -# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL -# SPDX-FileCopyrightText: 2018-2020 Harald Sitter -# -# 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. ----