From 2f0511d1695abf895b3a215408bca6bbbde50cdd Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 11 Feb 2008 21:34:52 +0000 Subject: s/bootspash_cfg/bootsplash_cfg/ (cosmetics) --- images/make_boot_img | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'images') diff --git a/images/make_boot_img b/images/make_boot_img index 6142051ae..66886ae5f 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -686,13 +686,13 @@ sub syslinux_all_files { $default_vga =~ /788/ or die 'we rely on vga=788 for bootsplash'; my $theme = $ENV{THEME} || 'Mandriva-Free'; - my $bootspash_cfg = "/etc/bootsplash/themes/$theme/config/bootsplash-800x600.cfg"; - -e $bootspash_cfg or die "can't find $bootspash_cfg"; + 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-$_", $bootspash_cfg); + initrd('all', '', "images/all.rdz-$_", $bootsplash_cfg); rename("images/all.rdz-$_", "$dir/alt$::i/all.rdz"); } @$kernels; -- cgit v1.2.1