diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-04-01 06:11:43 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-04-01 06:11:43 +0100 |
commit | b9e02263aca3ec4e06e10faf6156074e26a124a3 (patch) | |
tree | 87de0cc9cb6b1e1840ebca1902ce475cd4484fdb /app-misc | |
parent | 1bed479f750d1f1e0deacfcd6a3c9c254d098ce4 (diff) |
prepare calamares-config for Redcore 1704 Epsilon Eridani
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/calamares-config-redcore/calamares-config-redcore-1704.ebuild (renamed from app-misc/calamares-config-redcore/calamares-config-redcore-1703-r1.ebuild) | 0 | ||||
-rw-r--r-- | app-misc/calamares-config-redcore/files/modules/bootloader.conf | 4 | ||||
-rw-r--r-- | app-misc/calamares-config-redcore/files/modules/users.conf | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/app-misc/calamares-config-redcore/calamares-config-redcore-1703-r1.ebuild b/app-misc/calamares-config-redcore/calamares-config-redcore-1704.ebuild index 9f6639d2..9f6639d2 100644 --- a/app-misc/calamares-config-redcore/calamares-config-redcore-1703-r1.ebuild +++ b/app-misc/calamares-config-redcore/calamares-config-redcore-1704.ebuild diff --git a/app-misc/calamares-config-redcore/files/modules/bootloader.conf b/app-misc/calamares-config-redcore/files/modules/bootloader.conf index 9a70db25..5798c14f 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.5-redcore" -img: "/boot/initramfs-genkernel-x86_64-4.9.5-redcore" +kernel: "/boot/kernel-genkernel-x86_64-4.9.15-redcore" +img: "/boot/initramfs-genkernel-x86_64-4.9.15-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/modules/users.conf b/app-misc/calamares-config-redcore/files/modules/users.conf index ea5d0b33..048a3d75 100644 --- a/app-misc/calamares-config-redcore/files/modules/users.conf +++ b/app-misc/calamares-config-redcore/files/modules/users.conf @@ -10,6 +10,8 @@ defaultGroups: - audio - cdrom - cdrw + - cdemu + - kvm - usb - plugdev - portage |