Skip to content

Commit

Permalink
Merge pull request #18142 from mloviska/selfinstall_update
Browse files Browse the repository at this point in the history
Align Micro 6.0 with MicroOS
  • Loading branch information
jlausuch authored Nov 15, 2023
2 parents e35c1dc + 1930a3e commit ac9f493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/microos/selfinstall.pm
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sub run {
}

# Before combustion 1.2, a reboot is necessary for firstboot configuration
if (is_leap_micro || is_sle_micro) {
if (is_leap_micro('<6.0') || is_sle_micro('<6.0')) {
wait_serial('reboot: Restarting system', 240) or die "SelfInstall image has not rebooted as expected";
# Avoid booting into selfinstall again
eject_cd() unless $no_cd;
Expand Down

0 comments on commit ac9f493

Please sign in to comment.