diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-01-04 17:54:29 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-01-04 17:54:29 +0000 |
commit | 60cae5a317d3b9b9c11b8802887385795614a617 (patch) | |
tree | a5438ad4a00f6caf43eaa1062f0b18d7799097d9 /app-misc/calamares-config-redcore/files | |
parent | 2c2fd55b9f5cba9aa834cac65ecb9e71287a22be (diff) |
1701
Diffstat (limited to 'app-misc/calamares-config-redcore/files')
-rw-r--r-- | app-misc/calamares-config-redcore/files/modules/bootloader.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/calamares-config-redcore/files/modules/bootloader.conf b/app-misc/calamares-config-redcore/files/modules/bootloader.conf index 62493e2e..5a443ba3 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.8.5-redcore" -img: "/boot/initramfs-genkernel-x86_64-4.8.5-redcore" +kernel: "/boot/kernel-genkernel-x86_64-4.8.15-redcore" +img: "/boot/initramfs-genkernel-x86_64-4.8.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. |