From 52d1522ecbbfd413aca9fd8a037117056dc15920 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 6 Oct 2009 09:45:11 +0000 Subject: do not do anything anymore with bootsplash.cfg --- images/NEWS | 2 ++ images/make_boot_img | 10 ++-------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/images/NEWS b/images/NEWS index 0278d319a..99a2fb668 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- do not do anything anymore with bootsplash.cfg + Version 1.43 - 22 September 2009, by Olivier Blin - fix firmware loading (#49195) diff --git a/images/make_boot_img b/images/make_boot_img index 60906f4c5..c0159b103 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -139,7 +139,7 @@ EOF } sub initrd { - my ($type, $I, $img, $o_bootsplash_cfg) = @_; + my ($type, $I, $img) = @_; my $stage1_root = $ENV{DEBUGSTAGE1} ? "../mdk-stage1" : "/usr/$lib/drakx-installer-binaries"; my ($ext) = $img =~ /rdz-(.*)/ or die "bad initrd name ($img)"; @@ -210,10 +210,6 @@ fi symlink('busybox', $tmp_initrd . "/sbin/$_") foreach @funct; } - if ($o_bootsplash_cfg) { - _ "splash -s -f $o_bootsplash_cfg > $tmp_initrd/bootsplash"; - } - my $devs = sprintf "ls /dev/{%s}", join(',', qw(console fb0 fd0 loop3 mem null ppp ptmx ptyp0 ram3 random tty[0-7] ttyp0 ttyS0 urandom)); _ "(cd $tmp_initrd; (find . ; $devs) | cpio -o -c --quiet) | gzip -9 > $img"; @@ -705,13 +701,11 @@ sub syslinux_all_files { $default_vga =~ /788/ or die 'we rely on vga=788 for bootsplash'; my $theme = $ENV{THEME} || 'Mandriva-Free'; - my $bootsplash_cfg = "/etc/bootsplash/themes/$theme/config/bootsplash-800x600.cfg"; - -e $bootsplash_cfg or die "can't find $bootsplash_cfg"; each_index { mkdir "$dir/alt$::i", 0777; _ "cp all.kernels/$_/vmlinuz $dir/alt$::i"; - initrd('all', '', "images/all.rdz-$_", $bootsplash_cfg); + initrd('all', '', "images/all.rdz-$_"); rename("images/all.rdz-$_", "$dir/alt$::i/all.rdz"); } @$kernels; -- cgit v1.2.1