Skip to content

Commit 7c6191c

Browse files
dropout-zzzTravMurav
authored andcommitted
aboot: Don't do extlinux boot when selected recovery from menu
1 parent 6c0eb2a commit 7c6191c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/aboot/aboot.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4672,7 +4672,8 @@ void cmd_continue(const char *arg, void *data, unsigned sz)
46724672
exit_menu_keys_detection();
46734673
#endif
46744674
#if WITH_LK2ND_BOOT
4675-
lk2nd_boot();
4675+
if (!boot_into_recovery)
4676+
lk2nd_boot();
46764677
#endif
46774678
boot_linux_from_mmc();
46784679
}

0 commit comments

Comments
 (0)