diff options
-rw-r--r-- | mdk-stage1/rescue-gui.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mdk-stage1/rescue-gui.c b/mdk-stage1/rescue-gui.c index f0b156fb5..7549c1c45 100644 --- a/mdk-stage1/rescue-gui.c +++ b/mdk-stage1/rescue-gui.c @@ -190,8 +190,7 @@ int main(int argc __attribute__ ((unused)), char **argv __attribute__ ((unused)) 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, rootpass, userpass, factory, backup, restore, - badblocks, reboot_, NULL }; + char * actions_flash_upgrade[] = { upgrade, reboot_, NULL }; char * flash_mode; |