[yast-commit] r62537 - /trunk/bootloader/src/clients/bootloader_proposal.ycp
Author: jreidinger Date: Tue Oct 5 13:44:28 2010 New Revision: 62537 URL: http://svn.opensuse.org/viewcvs/yast?rev=62537&view=rev Log: more explanation for warning messages with hint how to solve it Modified: trunk/bootloader/src/clients/bootloader_proposal.ycp Modified: trunk/bootloader/src/clients/bootloader_proposal.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/bootloader/src/clients/bootloader_proposal.ycp?rev=62537&r1=62536&r2=62537&view=diff ============================================================================== --- trunk/bootloader/src/clients/bootloader_proposal.ycp (original) +++ trunk/bootloader/src/clients/bootloader_proposal.ycp Tue Oct 5 13:44:28 2010 @@ -119,7 +119,7 @@ ret = add (ret, "warning_level", `warning); // warning text in the summary richtext ret = add (ret, "warning", - sformat(_("The bootloader is installed on a partition that does not lie entirely below %1 GB. The system might not boot."), max_end)); + sformat(_("The bootloader is installed on a partition that does not lie entirely below %1 GB. The system might not boot if BIOS support only lba24 (result is error 18 during install grub MBR)."), max_end)); } } @@ -135,7 +135,7 @@ ret["warning"]:"" + _("Configure a valid boot loader location before continuing.<br/> The device map includes more than 8 devices and the boot device is out of range. -The range is limited by BIOS to the first 8 devices."), +The range is limited by BIOS to the first 8 devices. Adjust BIOS boot order ( or if it already set, then correct order in bootloader configuration)"), ] ); } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jreidinger@svn2.opensuse.org