diff options
author | Stefan Cristian B. <stefan.cristian+git@rogentos.ro> | 2025-03-05 23:00:46 +0000 |
---|---|---|
committer | Ghiunhan Mamut (aka V3n3RiX) <venerix@redcorelinux.org> | 2025-03-05 23:00:46 +0000 |
commit | d110b31f4be9f9811c27ed3d7c7c21fb93c519b7 (patch) | |
tree | d44a77ee03cfb75a1be29d56a39ae91c1c1a80d4 /app-misc | |
parent | 8cbef49d0533a133c9f219af5be03dd395a078cb (diff) |
app-misc/calamares-config-redcore : drop bootloader, kernel && initramfs configuration
sys-kernel/linux-{image,sources}-redcore{,-lts} : autoconfigure calamares with the correct bootloader, kernel && initramfs
Diffstat (limited to 'app-misc')
3 files changed, 25 insertions, 16 deletions
diff --git a/app-misc/calamares-config-redcore/calamares-config-redcore-1.314.1337-r18.ebuild b/app-misc/calamares-config-redcore/calamares-config-redcore-1.314.1337-r18.ebuild new file mode 100644 index 00000000..08958d8c --- /dev/null +++ b/app-misc/calamares-config-redcore/calamares-config-redcore-1.314.1337-r18.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Copyright 2015-2025 Redcore Linux Project +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=8 + +DESCRIPTION="Redcore Linux Calamares modules config" +HOMEPAGE="" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="app-admin/calamares" + +S="${FILESDIR}" + +src_install() { + dodir "/etc/calamares" || die + insinto "/etc/calamares" || die + doins -r "${S}/"* || die +} diff --git a/app-misc/calamares-config-redcore/files/modules/bootloader.conf b/app-misc/calamares-config-redcore/files/modules/bootloader.conf deleted file mode 100644 index a78699a0..00000000 --- a/app-misc/calamares-config-redcore/files/modules/bootloader.conf +++ /dev/null @@ -1,14 +0,0 @@ ---- -efiBootLoader: "grub" - -kernel: "/boot/vmlinuz-6.11.10-redcore" -img: "/boot/initrd-6.11.10-redcore" -timeout: "10" - -grubInstall: "grub2-install" -grubMkconfig: "grub2-mkconfig" -grubCfg: "/boot/grub/grub.cfg" -grubProbe: "grub2-probe" -efiBootMgr: "efibootmgr" - -installEFIFallback: true diff --git a/app-misc/calamares-config-redcore/files/modules/dracut.conf b/app-misc/calamares-config-redcore/files/modules/dracut.conf deleted file mode 100644 index 05b90706..00000000 --- a/app-misc/calamares-config-redcore/files/modules/dracut.conf +++ /dev/null @@ -1,2 +0,0 @@ ---- -initramfsName: /boot/initrd-6.11.10-redcore |