diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-07-06 10:33:00 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-07-06 10:33:00 +0000 |
commit | 6cf0da9d4754020fc2570f0db3062634fe93b435 (patch) | |
tree | ca7225c03ed81107d3dc8ea2cd859bfb7555a9a4 /mdk-stage1 | |
parent | 9b2bbc0edca7a9efa885853f9628b33118e2ef72 (diff) | |
download | drakx-6cf0da9d4754020fc2570f0db3062634fe93b435.tar drakx-6cf0da9d4754020fc2570f0db3062634fe93b435.tar.gz drakx-6cf0da9d4754020fc2570f0db3062634fe93b435.tar.bz2 drakx-6cf0da9d4754020fc2570f0db3062634fe93b435.tar.xz drakx-6cf0da9d4754020fc2570f0db3062634fe93b435.zip |
allow to go to console in Flash modes as well
Diffstat (limited to 'mdk-stage1')
-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; |