From 7cc9746033dd6d5bed15ff6130ba69ed42939d86 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 23 Feb 2006 15:03:21 +0000 Subject: add information message about splash image --- tools/draklive | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/draklive b/tools/draklive index 098b9b7f2..1efe34363 100755 --- a/tools/draklive +++ b/tools/draklive @@ -566,6 +566,7 @@ sub prepare_bootloader { my $theme = bootsplash::themes_read_sysconfig([ bootsplash::get_framebuffer_resolution() ]->[0]); my $msg = get_system_root($live) . "/usr/share/bootsplash/themes/$theme->{name}/lilo/syslinux"; if (-f $msg) { + print "using $msg as syslinux splash image\n"; cp_f($msg, get_workdir($live) . $live->{prefix}{boot} . '/live.msg'); } else { warn "unable to find syslinux splash ($msg)"; -- cgit v1.2.1