Mailinglist Archive: yast-commit (711 mails)
| < Previous | Next > |
[yast-commit] r48161 - /branches/SuSE-Linux-11_0-Branch/bootloader/src/grub/misc.ycp
- From: juhliarik@xxxxxxxxxxxxxxxx
- Date: Mon, 09 Jun 2008 11:38:35 -0000
- Message-id: <20080609113836.01F3827733@xxxxxxxxxxxxxxxx>
Author: juhliarik
Date: Mon Jun 9 13:38:35 2008
New Revision: 48161
URL: http://svn.opensuse.org/viewcvs/yast?rev=48161&view=rev
Log:
added fix for condition
Modified:
branches/SuSE-Linux-11_0-Branch/bootloader/src/grub/misc.ycp
Modified: branches/SuSE-Linux-11_0-Branch/bootloader/src/grub/misc.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-11_0-Branch/bootloader/src/grub/misc.ycp?rev=48161&r1=48160&r2=48161&view=diff
==============================================================================
--- branches/SuSE-Linux-11_0-Branch/bootloader/src/grub/misc.ycp (original)
+++ branches/SuSE-Linux-11_0-Branch/bootloader/src/grub/misc.ycp Mon Jun 9
13:38:35 2008
@@ -633,8 +633,7 @@
// drive letter to the activated partition).
BootCommon::globals["activate"] =
(size (Storage::GetBootPartition (BootCommon::mbrDisk)) == 0) ?
"true" : "false";
- else
- y2milestone("Detected Vista MBR don't activate");
+
}
else
{
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Mon Jun 9 13:38:35 2008
New Revision: 48161
URL: http://svn.opensuse.org/viewcvs/yast?rev=48161&view=rev
Log:
added fix for condition
Modified:
branches/SuSE-Linux-11_0-Branch/bootloader/src/grub/misc.ycp
Modified: branches/SuSE-Linux-11_0-Branch/bootloader/src/grub/misc.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-11_0-Branch/bootloader/src/grub/misc.ycp?rev=48161&r1=48160&r2=48161&view=diff
==============================================================================
--- branches/SuSE-Linux-11_0-Branch/bootloader/src/grub/misc.ycp (original)
+++ branches/SuSE-Linux-11_0-Branch/bootloader/src/grub/misc.ycp Mon Jun 9
13:38:35 2008
@@ -633,8 +633,7 @@
// drive letter to the activated partition).
BootCommon::globals["activate"] =
(size (Storage::GetBootPartition (BootCommon::mbrDisk)) == 0) ?
"true" : "false";
- else
- y2milestone("Detected Vista MBR don't activate");
+
}
else
{
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |