diff options
author | Olivier Blin <oblin@mandriva.org> | 2006-02-23 15:03:21 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2006-02-23 15:03:21 +0000 |
commit | 7cc9746033dd6d5bed15ff6130ba69ed42939d86 (patch) | |
tree | 68ebdebd63aef193e52a4b65c7be8449a1812da2 | |
parent | e225854a2b8d9119d450154b7b6d2e6021be58f3 (diff) | |
download | drakx-7cc9746033dd6d5bed15ff6130ba69ed42939d86.tar drakx-7cc9746033dd6d5bed15ff6130ba69ed42939d86.tar.gz drakx-7cc9746033dd6d5bed15ff6130ba69ed42939d86.tar.bz2 drakx-7cc9746033dd6d5bed15ff6130ba69ed42939d86.tar.xz drakx-7cc9746033dd6d5bed15ff6130ba69ed42939d86.zip |
add information message about splash image
-rwxr-xr-x | tools/draklive | 1 |
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)"; |