summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-02-11 21:34:10 +0000
committerOlivier Blin <oblin@mandriva.com>2008-02-11 21:34:10 +0000
commit447da30d916eb8a6e0962974e0bbef9ebe0fb713 (patch)
tree2ec7d1f029a2278d37ab5b55396ef157a8598a28 /images
parentf54c782a576ec07aac3905905704989010e4c8f2 (diff)
downloaddrakx-backup-do-not-use-447da30d916eb8a6e0962974e0bbef9ebe0fb713.tar
drakx-backup-do-not-use-447da30d916eb8a6e0962974e0bbef9ebe0fb713.tar.gz
drakx-backup-do-not-use-447da30d916eb8a6e0962974e0bbef9ebe0fb713.tar.bz2
drakx-backup-do-not-use-447da30d916eb8a6e0962974e0bbef9ebe0fb713.tar.xz
drakx-backup-do-not-use-447da30d916eb8a6e0962974e0bbef9ebe0fb713.zip
fix custom bootsplash theme support (was a typo)
Diffstat (limited to 'images')
-rwxr-xr-ximages/make_boot_img2
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));