summaryrefslogtreecommitdiffstats
path: root/perl-install/bootloader.pm
diff options
context:
space:
mode:
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";