Skip to content

Commit

Permalink
Remove grub2 under developing warning
Browse files Browse the repository at this point in the history
Remove grub2 is still under develope and test warning after user choosed
it. (bnc#780637)
  • Loading branch information
WenhuaChang committed Jan 4, 2013
1 parent e3f7486 commit 48ed0d2
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/routines/global_widgets.ycp
Expand Up @@ -315,34 +315,20 @@ Proceed?
}

if (new_bl == "grub2") {
if (Popup::ContinueCancel (_("
The GRUB2 is still under develope and test.

Proceed?
")))
{
BootCommon::other_bl[old_bl] = Bootloader::Export ();
BootCommon::setLoaderType ("grub2");
Bootloader::Propose ();
BootCommon::location_changed = true;
BootCommon::changed = true;
}
return `redraw;
}

if (new_bl == "grub2-efi") {
if (Popup::ContinueCancel (_("
The grub2-efi is still under develope and test.

Proceed?
")))
{
BootCommon::other_bl[old_bl] = Bootloader::Export ();
BootCommon::setLoaderType ("grub2-efi");
Bootloader::Propose ();
BootCommon::location_changed = true;
BootCommon::changed = true;
}
return `redraw;
}

Expand Down

0 comments on commit 48ed0d2

Please sign in to comment.