From b8ff5b43b5d82d8008edd2ffe26116455ea51b28 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 18 Jan 2021 23:28:30 +0000 Subject: app-misc/calamares-config-redcore : revision bump --- .../calamares-config-redcore-314-r2.ebuild | 24 ---------------------- .../calamares-config-redcore-314-r3.ebuild | 24 ++++++++++++++++++++++ .../files/modules/bootloader.conf | 4 ++-- .../files/modules/welcome.conf | 2 +- 4 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 app-misc/calamares-config-redcore/calamares-config-redcore-314-r2.ebuild create mode 100644 app-misc/calamares-config-redcore/calamares-config-redcore-314-r3.ebuild (limited to 'app-misc') diff --git a/app-misc/calamares-config-redcore/calamares-config-redcore-314-r2.ebuild b/app-misc/calamares-config-redcore/calamares-config-redcore-314-r2.ebuild deleted file mode 100644 index 9f6639d2..00000000 --- a/app-misc/calamares-config-redcore/calamares-config-redcore-314-r2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -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/calamares-config-redcore-314-r3.ebuild b/app-misc/calamares-config-redcore/calamares-config-redcore-314-r3.ebuild new file mode 100644 index 00000000..9f6639d2 --- /dev/null +++ b/app-misc/calamares-config-redcore/calamares-config-redcore-314-r3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +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 index 6de28fa9..4ce4526b 100644 --- a/app-misc/calamares-config-redcore/files/modules/bootloader.conf +++ b/app-misc/calamares-config-redcore/files/modules/bootloader.conf @@ -8,8 +8,8 @@ efiBootLoader: "grub" # systemd-boot configuration files settings, set kernel and initramfs file names # and amount of time before default selection boots -kernel: "/boot/vmlinuz-5.6.13-redcore" -img: "/boot/initrd-5.6.13-redcore" +kernel: "/boot/vmlinuz-5.10.5-redcore-lts" +img: "/boot/initrd-5.10.5-redcore-lts" timeout: "10" # Optionally set the menu entry name and kernel name to use in systemd-boot. diff --git a/app-misc/calamares-config-redcore/files/modules/welcome.conf b/app-misc/calamares-config-redcore/files/modules/welcome.conf index 337d8b68..23377f81 100644 --- a/app-misc/calamares-config-redcore/files/modules/welcome.conf +++ b/app-misc/calamares-config-redcore/files/modules/welcome.conf @@ -5,7 +5,7 @@ showReleaseNotesUrl: true requirements: requiredStorage: 20.0 - requiredRam: 1.0 + requiredRam: 2.0 internetCheckUrl: http://google.com check: - storage -- cgit v1.2.3