From 8ef8383274af7c6dc8215caf7b2af8ad5770b605 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 1 Jun 2017 09:01:31 +0100 Subject: machineid is only needed on systemd, so drop it, or installation will fail --- app-misc/calamares-config-redcore/files/modules/bootloader.conf | 4 ++-- app-misc/calamares-config-redcore/files/settings.conf | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'app-misc/calamares-config-redcore') diff --git a/app-misc/calamares-config-redcore/files/modules/bootloader.conf b/app-misc/calamares-config-redcore/files/modules/bootloader.conf index 5798c14f..85db8995 100644 --- a/app-misc/calamares-config-redcore/files/modules/bootloader.conf +++ b/app-misc/calamares-config-redcore/files/modules/bootloader.conf @@ -5,8 +5,8 @@ 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-4.9.15-redcore" -img: "/boot/initramfs-genkernel-x86_64-4.9.15-redcore" +kernel: "/boot/kernel-genkernel-x86_64-4.9.30-redcore" +img: "/boot/initramfs-genkernel-x86_64-4.9.30-redcore" 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-redcore/files/settings.conf b/app-misc/calamares-config-redcore/files/settings.conf index 91f9fe80..67a2b2dd 100644 --- a/app-misc/calamares-config-redcore/files/settings.conf +++ b/app-misc/calamares-config-redcore/files/settings.conf @@ -70,7 +70,6 @@ sequence: - partition - mount - unpackfs - - machineid - fstab - locale - keyboard -- cgit v1.2.3