summaryrefslogtreecommitdiffstats
path: root/tools/i386
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-02-24 20:44:39 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-02-24 20:44:39 +0000
commit4be5d16f8505e1b1938b37b7427890ab96bc67eb (patch)
treee64764bc93ed9aae21cd6f7741a6aa7c880dd9b9 /tools/i386
parent7c9bff26bd92d659d9f26b00a3dc688722342ec0 (diff)
downloaddrakx-4be5d16f8505e1b1938b37b7427890ab96bc67eb.tar
drakx-4be5d16f8505e1b1938b37b7427890ab96bc67eb.tar.gz
drakx-4be5d16f8505e1b1938b37b7427890ab96bc67eb.tar.bz2
drakx-4be5d16f8505e1b1938b37b7427890ab96bc67eb.tar.xz
drakx-4be5d16f8505e1b1938b37b7427890ab96bc67eb.zip
for now, have mkreiserfs in the CVS since the current cooker version is too recent
Diffstat (limited to 'tools/i386')
-rwxr-xr-xtools/i386/mkreiserfsbin0 -> 15868 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/tools/i386/mkreiserfs b/tools/i386/mkreiserfs
new file mode 100755
index 000000000..65fdf49f6
--- /dev/null
+++ b/tools/i386/mkreiserfs
Binary files differ
ex 9958d1cb2..5bfa5521f 100644
--- a/perl-install/install_gtk.pm
+++ b/perl-install/install_gtk.pm
@@ -174,7 +174,7 @@ sub create_logo_window {
mygtk2::may_destroy($o->{logo_window});
- my $file = $o->{meta_class} eq 'firewall' ? "logo-mandrake-Firewall.png" : "logo-mandrake.png";
+ my $file = $o->{meta_class} eq 'firewall' ? "logo-mandriva-Firewall.png" : "logo-mandriva.png";
$o->{logo_window} =
gtknew('Window',
@@ -210,7 +210,7 @@ q(<fontconfig>
sub init_sizes() {
($::rootwidth, $::rootheight) = (Gtk2::Gdk->screen_width, Gtk2::Gdk->screen_height);
$::stepswidth = $::rootwidth <= 640 ? 0 : 200 if !$::move;
- ($::logowidth, $::logoheight) = $::rootwidth <= 640 ? (0, 0) : (500, 40);
+ ($::logowidth, $::logoheight) = $::rootwidth <= 640 ? (0, 0) : (800, 75);
($::windowwidth, $::windowheight) = ($::rootwidth - $::stepswidth, $::rootheight - $::helpheight - $::logoheight);
($::real_windowwidth, $::real_windowheight) = (576, 418);
$::move and $::windowwidth -= 100;
diff --git a/perl-install/share/logo-mandrake.png b/perl-install/share/logo-mandriva.png
index 61dcfc3e3..61dcfc3e3 100644
--- a/perl-install/share/logo-mandrake.png
+++ b/perl-install/share/logo-mandriva.png
Binary files differ