From 6cf0da9d4754020fc2570f0db3062634fe93b435 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 6 Jul 2007 10:33:00 +0000 Subject: allow to go to console in Flash modes as well --- mdk-stage1/rescue-gui.c | 4 ++-- 1 file 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; -- cgit v1.2.1