summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2016-10-27 18:03:27 -0500
committerMatt Housh <jaeger@crux.ninja>2016-10-27 18:03:27 -0500
commit6e7bdc1bb9b68d914ac0bbd0a910d791f00b20a7 (patch)
tree3fa8a7f5169d89acc2275b187490d8c125ba458d
parentfbb34197e80fa74288dd4248b03152650d833673 (diff)
downloadiso-6e7bdc1bb9b68d914ac0bbd0a910d791f00b20a7.tar.gz
iso-6e7bdc1bb9b68d914ac0bbd0a910d791f00b20a7.tar.xz
Updated kernel to 4.4.27, tweaked grub2 boot menu colors
-rw-r--r--Makefile2
-rw-r--r--iso/grub.cfg3
-rw-r--r--kernel/linux-4.4.27.config (renamed from kernel/linux-4.4.16.config)2
-rw-r--r--kernel/linux-4.4.27.defconfig (renamed from kernel/linux-4.4.16.defconfig)2
4 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 3834719..4b4f507 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ CRUXVERSION = 3.2
CUSTOMVERSION =
COLLECTIONS = core opt xorg
KERNEL_MIRROR = http://www.kernel.org
-KERNEL_VERSION = 4.4.16
+KERNEL_VERSION = 4.4.27
KERNEL_PATCHES =
BB_VERSION = 1.22.1
MEMTEST_VERSION = 5.01
diff --git a/iso/grub.cfg b/iso/grub.cfg
index 90788ac..11b3310 100644
--- a/iso/grub.cfg
+++ b/iso/grub.cfg
@@ -1,8 +1,9 @@
set default=0
set timeout=99
+set color_normal=light-gray/black
set menu_color_normal=white/blue
-set menu_color_highlight=light-blue/white
+set menu_color_highlight=white/cyan
search --file --no-floppy --set root /crux-media
set prefix=($root)/boot/grub
diff --git a/kernel/linux-4.4.16.config b/kernel/linux-4.4.27.config
index 961e0a0..f82302e 100644
--- a/kernel/linux-4.4.16.config
+++ b/kernel/linux-4.4.27.config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.4.16 Kernel Configuration
+# Linux/x86 4.4.27 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
diff --git a/kernel/linux-4.4.16.defconfig b/kernel/linux-4.4.27.defconfig
index 17129f3..17f4801 100644
--- a/kernel/linux-4.4.16.defconfig
+++ b/kernel/linux-4.4.27.defconfig
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.4.16 Kernel Configuration
+# Linux/x86 4.4.27 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y

Generated by cgit