diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-02-11 21:34:10 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-02-11 21:34:10 +0000 |
commit | 447da30d916eb8a6e0962974e0bbef9ebe0fb713 (patch) | |
tree | 2ec7d1f029a2278d37ab5b55396ef157a8598a28 /images | |
parent | f54c782a576ec07aac3905905704989010e4c8f2 (diff) | |
download | drakx-447da30d916eb8a6e0962974e0bbef9ebe0fb713.tar drakx-447da30d916eb8a6e0962974e0bbef9ebe0fb713.tar.gz drakx-447da30d916eb8a6e0962974e0bbef9ebe0fb713.tar.bz2 drakx-447da30d916eb8a6e0962974e0bbef9ebe0fb713.tar.xz drakx-447da30d916eb8a6e0962974e0bbef9ebe0fb713.zip |
fix custom bootsplash theme support (was a typo)
Diffstat (limited to 'images')
-rwxr-xr-x | images/make_boot_img | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |