From 32811798b7640a75fa553aa28daea60a9ba7e126 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 27 Dec 2022 14:48:00 +0000 Subject: app-misc/calamares-config-redcore : revision bump --- .../calamares-config-redcore-1.314.1337-r1.ebuild | 24 ---------------------- .../calamares-config-redcore-1.314.1337-r2.ebuild | 24 ++++++++++++++++++++++ .../files/modules/partition.conf | 18 ++++++++++++++++ 3 files changed, 42 insertions(+), 24 deletions(-) delete mode 100644 app-misc/calamares-config-redcore/calamares-config-redcore-1.314.1337-r1.ebuild create mode 100644 app-misc/calamares-config-redcore/calamares-config-redcore-1.314.1337-r2.ebuild create mode 100644 app-misc/calamares-config-redcore/files/modules/partition.conf (limited to 'app-misc') diff --git a/app-misc/calamares-config-redcore/calamares-config-redcore-1.314.1337-r1.ebuild b/app-misc/calamares-config-redcore/calamares-config-redcore-1.314.1337-r1.ebuild deleted file mode 100644 index d1471cf6..00000000 --- a/app-misc/calamares-config-redcore/calamares-config-redcore-1.314.1337-r1.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=7 - -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-1.314.1337-r2.ebuild b/app-misc/calamares-config-redcore/calamares-config-redcore-1.314.1337-r2.ebuild new file mode 100644 index 00000000..d1471cf6 --- /dev/null +++ b/app-misc/calamares-config-redcore/calamares-config-redcore-1.314.1337-r2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=7 + +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/partition.conf b/app-misc/calamares-config-redcore/files/modules/partition.conf new file mode 100644 index 00000000..ff39e356 --- /dev/null +++ b/app-misc/calamares-config-redcore/files/modules/partition.conf @@ -0,0 +1,18 @@ +efiSystemPartition: "/boot/efi" +efiSystemPartitionSize: 300M +efiSystemPartitionName: EFI +userSwapChoices: + - none # Create no swap, use no swap + - small # Up to 4GB + - suspend # At least main memory size +drawNestedPartitions: true +alwaysShowPartitionLabels: true +allowManualPartitioning: true +initialPartitioningChoice: none +initialSwapChoice: none +defaultPartitionTableType: gpt +requiredPartitionTableType: + - msdos + - gpt +defaultFileSystemType: "ext4" +enableLuksAutomatedPartitioning: true -- cgit v1.2.3