diff options
-rw-r--r-- | mdk-stage1/rescue-gui.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mdk-stage1/rescue-gui.c b/mdk-stage1/rescue-gui.c index 7549c1c45..c09339ed7 100644 --- a/mdk-stage1/rescue-gui.c +++ b/mdk-stage1/rescue-gui.c @@ -189,8 +189,8 @@ int main(int argc __attribute__ ((unused)), char **argv __attribute__ ((unused)) #endif mount_parts, go_to_console, reboot_, doc, NULL }; char * actions_flash_rescue[] = { rootpass, userpass, factory, backup, restore, - badblocks, reboot_, NULL }; - char * actions_flash_upgrade[] = { upgrade, reboot_, NULL }; + badblocks, go_to_console, reboot_, NULL }; + char * actions_flash_upgrade[] = { upgrade, go_to_console, reboot_, NULL }; char * flash_mode; |