diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-04-21 15:25:29 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-04-21 15:25:29 +0000 |
commit | b6e6dfe3bb5ca1480b60d1bd6710dbf2298d00ab (patch) | |
tree | 552c5c64693a3b846fe63ff00fe767a355b60462 /perl-install/standalone/drakboot | |
parent | a2c392a9ab83bb9031fb11f99f0101f1f2d9f140 (diff) | |
download | drakx-b6e6dfe3bb5ca1480b60d1bd6710dbf2298d00ab.tar drakx-b6e6dfe3bb5ca1480b60d1bd6710dbf2298d00ab.tar.gz drakx-b6e6dfe3bb5ca1480b60d1bd6710dbf2298d00ab.tar.bz2 drakx-b6e6dfe3bb5ca1480b60d1bd6710dbf2298d00ab.tar.xz drakx-b6e6dfe3bb5ca1480b60d1bd6710dbf2298d00ab.zip |
switch from MandrakeSoft to Mandriva
Diffstat (limited to 'perl-install/standalone/drakboot')
-rwxr-xr-x | perl-install/standalone/drakboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 58ad9f2bf..abd178f31 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -92,7 +92,7 @@ my $desktop_combo = Gtk2::ComboBox->new_with_strings(\@sessions, if_(member($aut my %themes = ('path' => '/usr/share/bootsplash/themes/', 'sysconfig' => '/etc/sysconfig/bootsplash', - 'default' => 'Mandrakelinux', + 'default' => 'Mandrivalinux', 'def_thmb' => '/usr/share/libDrakX/pixmaps/nosplash_thumb.png', 'lilo' => {'file' => '/lilo/message', 'thumb' => '/lilo/thumb.png' }, |