diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-11-10 13:24:20 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-11-10 13:24:20 +0000 |
commit | b64e1746313a198c9efae62b93543805178a0d6d (patch) | |
tree | aff44f9093d2970f64d827299caaff8beae3db2a | |
parent | 9f51f1c944a7eff121aa4c359c4bfa56ac312006 (diff) | |
download | drakx-b64e1746313a198c9efae62b93543805178a0d6d.tar drakx-b64e1746313a198c9efae62b93543805178a0d6d.tar.gz drakx-b64e1746313a198c9efae62b93543805178a0d6d.tar.bz2 drakx-b64e1746313a198c9efae62b93543805178a0d6d.tar.xz drakx-b64e1746313a198c9efae62b93543805178a0d6d.zip |
drakboot: didn't mean to read call to set_logo_console
-rwxr-xr-x | perl-install/standalone/drakboot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 28f9bc750..b8352f19c 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -156,7 +156,6 @@ sub splash_choice() { ]), ], sub { - bootsplash::set_logo_console($theme->{keep_logo}); if ($theme->{enabled}) { bootsplash::switch($theme->{name}); } else { |