From ffd6033073c32bbd49f87e784b9836a0788775e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Canek=20Pel=C3=A1ez=20Vald=C3=A9s?= Date: Mon, 25 May 2020 22:51:13 -0500 Subject: [PATCH] Update splash resolution. --- kerninst.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kerninst.conf b/kerninst.conf index 659dfb5..20a560d 100644 --- a/kerninst.conf +++ b/kerninst.conf @@ -39,5 +39,5 @@ KERNEL_COMMAND_LINE="root=LABEL=ROOT init=/lib/systemd/systemd quiet" # Wheter to create a unified kernel image #UNIFIED_IMAGE="no" -# Splash image to use in an unified kernel image (672x378 24bit BMP) +# Splash image to use in an unified kernel image (1024x768 24bit BMP) #SPLASH="/etc/kerninst/splash.bmp" -- GitLab