Skip to content

Commit

Permalink
dash to underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
Julie-CAO committed Oct 21, 2024
1 parent f934c50 commit 107ae10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ipmi_backend_utils.pm
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ sub setup_console_in_grub {
$cmd
= "sed -ri '/options=/ "
. "{s/(com[0-2]|console|loglevel|loglvl|guest_loglvl)=[^ ]* //g; "
. "/options=/ s/\$/ $com_settings x2apic-phys=true loglvl=all guest_loglvl=all sync_console/;}; "
. "/options=/ s/\$/ $com_settings x2apic_phys=true loglvl=all guest_loglvl=all sync_console/;}; "
. "' $xen_efi_grub_cfg_file";
assert_script_run($cmd);
script_run("cat $xen_efi_grub_cfg_file");
Expand All @@ -113,7 +113,7 @@ sub setup_console_in_grub {
$cmd
= "sed -ri '/multiboot/ "
. "{s/(console|loglevel|loglvl|guest_loglvl)=[^ ]*//g; "
. "/multiboot/ s/\$/ $com_settings x2apic-phys=true loglvl=all guest_loglvl=all sync_console/;}; "
. "/multiboot/ s/\$/ $com_settings x2apic_phys=true loglvl=all guest_loglvl=all sync_console/;}; "
. "' $grub_cfg_file";
assert_script_run($cmd);
}
Expand Down

0 comments on commit 107ae10

Please sign in to comment.