Skip to content

Commit

Permalink
Fix wrong entry in lib/bootloader_pvm.pm POD
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarocarvajald committed May 29, 2024
1 parent 08b8eb8 commit 6b902f6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/bootloader_pvm.pm
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,12 @@ sub get_into_net_boot {
assert_screen ["pvm-grub", "novalink-failed-first-boot"], 90;
}

=head2 prepare_pvm_installation
=head2 reset_lpar_netboot
prepare_pvm_installation();
reset_lpar_netboot();
Handle the boot and installation preparation process of PVM LPARs after the hypervisor specific actions to power them on is done
Reset LPAR manually and attempt a second network boot when the first boot attempt failed in cases when the LPAR
was reconfigured during the boot process or when it fails to load the linux kernel or initrd.
=cut

Expand Down

0 comments on commit 6b902f6

Please sign in to comment.