diff options
Diffstat (limited to 'perl-install/bootloader.pm')
-rw-r--r-- | perl-install/bootloader.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index 3dc16deaf..0b838ba52 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -662,7 +662,7 @@ sub install_yaboot { output($f, "$of_dev\n"); $::testing and return; if (defined $install_steps_interactive::new_bootstrap) { - run_program::run("hformat", "$lilo->{boot}") or die "hformat failed"; + run_program::run("hformat", $lilo->{boot}) or die "hformat failed"; } run_program::rooted_or_die($::prefix, "/usr/sbin/ybin", "2>", "/tmp/.error"); unlink "$::prefix/tmp/.error"; |