summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2006-02-23 15:03:21 +0000
committerOlivier Blin <oblin@mandriva.org>2006-02-23 15:03:21 +0000
commit7cc9746033dd6d5bed15ff6130ba69ed42939d86 (patch)
tree68ebdebd63aef193e52a4b65c7be8449a1812da2 /tools
parente225854a2b8d9119d450154b7b6d2e6021be58f3 (diff)
downloaddrakx-backup-do-not-use-7cc9746033dd6d5bed15ff6130ba69ed42939d86.tar
drakx-backup-do-not-use-7cc9746033dd6d5bed15ff6130ba69ed42939d86.tar.gz
drakx-backup-do-not-use-7cc9746033dd6d5bed15ff6130ba69ed42939d86.tar.bz2
drakx-backup-do-not-use-7cc9746033dd6d5bed15ff6130ba69ed42939d86.tar.xz
drakx-backup-do-not-use-7cc9746033dd6d5bed15ff6130ba69ed42939d86.zip
add information message about splash image
Diffstat (limited to 'tools')
-rwxr-xr-xtools/draklive1
1 files changed, 1 insertions, 0 deletions
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)";