summaryrefslogtreecommitdiffstats
path: root/perl-install/bootloader.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-11-16 09:40:45 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-11-16 09:40:45 +0000
commit6d357770b156ad68d35abee0a79057460d77e330 (patch)
tree802bdab15d569fc0e6be0f68d2c7858da995ba09 /perl-install/bootloader.pm
parent0e6f5ac2bfb2bd2ebd481b55dc9b63c78d81b9dc (diff)
downloaddrakx-6d357770b156ad68d35abee0a79057460d77e330.tar
drakx-6d357770b156ad68d35abee0a79057460d77e330.tar.gz
drakx-6d357770b156ad68d35abee0a79057460d77e330.tar.bz2
drakx-6d357770b156ad68d35abee0a79057460d77e330.tar.xz
drakx-6d357770b156ad68d35abee0a79057460d77e330.zip
don't write boot OF in /tmp/of_boot_dev, better use dev2yaboot() instead
Diffstat (limited to 'perl-install/bootloader.pm')
-rw-r--r--perl-install/bootloader.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm
index ecb5428d7..18beed706 100644
--- a/perl-install/bootloader.pm
+++ b/perl-install/bootloader.pm
@@ -986,10 +986,6 @@ sub install_yaboot {
}
sub when_config_changed_yaboot {
my ($bootloader) = @_;
- if ($bootloader->{boot}) {
- my $of_dev = get_of_dev($bootloader->{boot});
- output("$::prefix/tmp/of_boot_dev", "$of_dev\n");
- }
$::testing and return;
if (defined $install_steps_interactive::new_bootstrap) {
run_program::run("hformat", $bootloader->{boot}) or die "hformat failed";