From 741740cee6e88eb14600a95b8fdd06f32a9fb271 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 11 Nov 2013 17:47:32 +0100 Subject: [PATCH] grub: adjust splashimage in menu.lst depending on configuration Make the splashimage line in menu.lst only active when splashimage support has really been enabled in the Grub configuration. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- boot/grub/grub.mk | 1 + boot/grub/menu.lst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/boot/grub/grub.mk b/boot/grub/grub.mk index 0c2c035096..f15d91574d 100644 --- a/boot/grub/grub.mk +++ b/boot/grub/grub.mk @@ -66,6 +66,7 @@ GRUB_CONF_OPT = \ ifeq ($(BR2_TARGET_GRUB_SPLASH),y) define GRUB_INSTALL_SPLASH cp boot/grub/splash.xpm.gz $(TARGET_DIR)/boot/grub/ + $(SED) 's/^#splashimage/splashimage/' $(TARGET_DIR)/boot/grub/menu.lst endef endif diff --git a/boot/grub/menu.lst b/boot/grub/menu.lst index 41e9b62b00..7845feea7c 100644 --- a/boot/grub/menu.lst +++ b/boot/grub/menu.lst @@ -1,6 +1,6 @@ default=0 timeout=5 -splashimage=(hd0,0)/boot/grub/splash.xpm.gz +#splashimage=(hd0,0)/boot/grub/splash.xpm.gz hiddenmenu title Buildroot root (hd0,0) -- 2.30.2