[yast-commit] r62697 - in /trunk/update: package/yast2-update.changes src/modules/RootPart.ycp
Author: ug Date: Thu Oct 28 14:34:46 2010 New Revision: 62697 URL: http://svn.opensuse.org/viewcvs/yast?rev=62697&view=rev Log: replaced a Popup:: by a Report:: for autoinstallation Modified: trunk/update/package/yast2-update.changes trunk/update/src/modules/RootPart.ycp Modified: trunk/update/package/yast2-update.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/update/package/yast2-update.changes?rev=62697&r1=62696&r2=62697&view=diff ============================================================================== --- trunk/update/package/yast2-update.changes (original) +++ trunk/update/package/yast2-update.changes Thu Oct 28 14:34:46 2010 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Oct 28 14:34:16 CEST 2010 - ug@suse.de + +- replaced a Popup:: by a Report:: for autoinstallation + +------------------------------------------------------------------- Fri Apr 23 15:17:22 CEST 2010 - aschnell@suse.de - fixed namespace error in rootpart.ycp Modified: trunk/update/src/modules/RootPart.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/update/src/modules/RootPart.ycp?rev=62697&r1=62696&r2=62697&view=diff ============================================================================== --- trunk/update/src/modules/RootPart.ycp (original) +++ trunk/update/src/modules/RootPart.ycp Thu Oct 28 14:34:46 2010 @@ -1383,7 +1383,7 @@ if (FstabUsesKernelDeviceNameForHarddisks(fstab)) { y2warning("fstab on %1 uses kernel device name for hard disks", root_device_current); - Popup::Warning(sformat(_("Some partitions in the system on %1 are mounted by kernel-device name. This is + Report::Warning(sformat(_("Some partitions in the system on %1 are mounted by kernel-device name. This is not reliable for the update since kernel-device names are unfortunately not persistent. It is strongly recommended to start the old system and change the mount-by method to any other method for all partitions."), root_device_current)); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
ug@svn2.opensuse.org