From 447da30d916eb8a6e0962974e0bbef9ebe0fb713 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 11 Feb 2008 21:34:10 +0000 Subject: fix custom bootsplash theme support (was a typo) --- images/make_boot_img | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/make_boot_img b/images/make_boot_img index 55d9ebd1e..6142051ae 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -192,7 +192,7 @@ sub initrd { } if ($bootsplash_cfg) { - _ "splash -s -f $bootspash_cfg > $tmp_initrd/bootsplash"; + _ "splash -s -f $bootsplash_cfg > $tmp_initrd/bootsplash"; } my $devs = sprintf "ls /dev/{%s}", join(',', qw(console fb0 fd0 loop3 mem null ppp ptyp0 ram3 tty[0-7] ttyp0 ttyS0)); -- cgit v1.2.1