Mailinglist Archive: opensuse-bugs (8017 mails)
| < Previous | Next > |
[Bug 225023] After changing bootloader location with yast2-bootloader, the bootloader is not reinitialized
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Fri, 1 Dec 2006 03:32:24 -0700 (MST)
- Message-id: <20061201103224.6B52725C887@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=225023
jplack@xxxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|odabrunz@xxxxxxxxxx |jplack@xxxxxxxxxx
Status|NEW |ASSIGNED
------- Comment #6 from jplack@xxxxxxxxxx 2006-12-01 03:32 MST -------
Yes, this is really a problem (grub only):
Here's the fix:
--- src/generic/boot_loader_locations_widget.ycp (revision 34687)
+++ src/generic/boot_loader_locations_widget.ycp (working copy)
@@ -76,2 +76,5 @@ void BLL_Store (string widget, map event
symbol BLL_Handle (string key, map event) {
+ if (event["EventReason"]:"" == "ValueChanged") {
+ BootCommon::location_changed = true;
+ }
return generic_Handle (key, event);
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
jplack@xxxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|odabrunz@xxxxxxxxxx |jplack@xxxxxxxxxx
Status|NEW |ASSIGNED
------- Comment #6 from jplack@xxxxxxxxxx 2006-12-01 03:32 MST -------
Yes, this is really a problem (grub only):
Here's the fix:
--- src/generic/boot_loader_locations_widget.ycp (revision 34687)
+++ src/generic/boot_loader_locations_widget.ycp (working copy)
@@ -76,2 +76,5 @@ void BLL_Store (string widget, map event
symbol BLL_Handle (string key, map event) {
+ if (event["EventReason"]:"" == "ValueChanged") {
+ BootCommon::location_changed = true;
+ }
return generic_Handle (key, event);
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
| < Previous | Next > |