summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-03-15 17:24:49 +0000
committerFrancois Pons <fpons@mandriva.com>2002-03-15 17:24:49 +0000
commite86580833b632263c38a7951dee9567a7dd0bca2 (patch)
tree696cf1746c6ffd4a99ecc17108cc02872dce5fa5
parent97b615f16fd70eb3d12e7d42d965c7dffb28230f (diff)
downloaddrakx-e86580833b632263c38a7951dee9567a7dd0bca2.tar
drakx-e86580833b632263c38a7951dee9567a7dd0bca2.tar.gz
drakx-e86580833b632263c38a7951dee9567a7dd0bca2.tar.bz2
drakx-e86580833b632263c38a7951dee9567a7dd0bca2.tar.xz
drakx-e86580833b632263c38a7951dee9567a7dd0bca2.zip
force mkinitrd *really* for bootsplash.
-rw-r--r--perl-install/bootloader.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm
index 63cbfe032..814b66f30 100644
--- a/perl-install/bootloader.pm
+++ b/perl-install/bootloader.pm
@@ -54,7 +54,7 @@ sub get_label {
sub mkinitrd($$$) {
my ($prefix, $kernelVersion, $initrdImage) = @_;
- $::testing || -e "$prefix/$initrdImage" and return;
+ $::oem or $::testing || -e "$prefix/$initrdImage" and return;
my $loop_boot = loopback::prepare_boot($prefix);