Skip to content

Commit

Permalink
Merge pull request os-autoinst#19409 from alvarocarvajald/bootloader_…
Browse files Browse the repository at this point in the history
…pvm_doc

Fix wrong entry in lib/bootloader_pvm.pm POD
  • Loading branch information
alvarocarvajald authored May 29, 2024
2 parents 96bf204 + 6b902f6 commit 6bbf547
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 6bbf547

Please sign in to comment.