From 340366c631bd2bdf07ea5a18c7a2cfa369b8a4f2 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 14 Mar 2016 15:40:16 +0000 Subject: fix liveuser removal, drop unused calamares stages --- .../calamares-config-kogaion-3.0-r1.ebuild | 24 ---------------------- .../calamares-config-kogaion-3.0-r2.ebuild | 24 ++++++++++++++++++++++ .../files/modules/bootloader.conf | 2 +- .../files/modules/removeuser.conf | 2 +- .../calamares-config-kogaion/files/settings.conf | 10 ++------- 5 files changed, 28 insertions(+), 34 deletions(-) delete mode 100644 app-misc/calamares-config-kogaion/calamares-config-kogaion-3.0-r1.ebuild create mode 100644 app-misc/calamares-config-kogaion/calamares-config-kogaion-3.0-r2.ebuild (limited to 'app-misc') diff --git a/app-misc/calamares-config-kogaion/calamares-config-kogaion-3.0-r1.ebuild b/app-misc/calamares-config-kogaion/calamares-config-kogaion-3.0-r1.ebuild deleted file mode 100644 index 11600728..00000000 --- a/app-misc/calamares-config-kogaion/calamares-config-kogaion-3.0-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=5 - -DESCRIPTION="Kogaion 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-kogaion/calamares-config-kogaion-3.0-r2.ebuild b/app-misc/calamares-config-kogaion/calamares-config-kogaion-3.0-r2.ebuild new file mode 100644 index 00000000..11600728 --- /dev/null +++ b/app-misc/calamares-config-kogaion/calamares-config-kogaion-3.0-r2.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="Kogaion 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-kogaion/files/modules/bootloader.conf b/app-misc/calamares-config-kogaion/files/modules/bootloader.conf index c0f5ba9f..134ae9a9 100644 --- a/app-misc/calamares-config-kogaion/files/modules/bootloader.conf +++ b/app-misc/calamares-config-kogaion/files/modules/bootloader.conf @@ -6,7 +6,7 @@ efiBootLoader: "grub" # systemd-boot configuration files settings, set kernel and initramfs file names # and amount of time before default selection boots kernel: "/boot/kernel-genkernel-x86_64-3.14.50-kogaion" -img: "/boot/initramfs-3.14.50-kogaion.img" +img: "/boot/initramfs-genkernel-x86_64-3.14.50-kogaion" 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. diff --git a/app-misc/calamares-config-kogaion/files/modules/removeuser.conf b/app-misc/calamares-config-kogaion/files/modules/removeuser.conf index 748822da..82e03559 100644 --- a/app-misc/calamares-config-kogaion/files/modules/removeuser.conf +++ b/app-misc/calamares-config-kogaion/files/modules/removeuser.conf @@ -1,2 +1,2 @@ --- -username: kogaionuser +username: kogaion diff --git a/app-misc/calamares-config-kogaion/files/settings.conf b/app-misc/calamares-config-kogaion/files/settings.conf index 41085536..ae2eb9e3 100644 --- a/app-misc/calamares-config-kogaion/files/settings.conf +++ b/app-misc/calamares-config-kogaion/files/settings.conf @@ -28,8 +28,6 @@ prepare: # allowed, their names should be added here as placeholders to specify the order in # which view module jobs should be enqueued. Job modules are also allowed. install: -#- dummyprocess -#- dummypython - partition - mount - unpackfs @@ -38,16 +36,12 @@ install: - locale - keyboard - localecfg -#- initcpiocfg -#- initcpio - users +- removeuser #- displaymanager -- networkcfg - hwclock - dracut -#- initramfs - packages -- grubcfg - bootloader - umount @@ -70,4 +64,4 @@ branding: kogaion_branding # If this is set to true, Calamares will show an "are you sure?" prompt right before the # install phase, i.e. at the point of no return. If it's false, no prompt is shown. # Default is false. -prompt-install: false +prompt-install: true -- cgit v1.2.3