[yast-commit] r62483 - in /trunk/storage: package/yast2-storage.changes storage/src/include/ep-hd.ycp storage/src/include/ep-settings.ycp
Author: fehr Date: Mon Sep 13 14:39:26 2010 New Revision: 62483 URL: http://svn.opensuse.org/viewcvs/yast?rev=62483&view=rev Log: - add helptext for partition alignment (bnc#637223) - add hardware sector size to disk overview data Modified: trunk/storage/package/yast2-storage.changes trunk/storage/storage/src/include/ep-hd.ycp trunk/storage/storage/src/include/ep-settings.ycp Modified: trunk/storage/package/yast2-storage.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/package/yast2-storage.changes?rev=62483&r1=62482&r2=62483&view=diff ============================================================================== --- trunk/storage/package/yast2-storage.changes (original) +++ trunk/storage/package/yast2-storage.changes Mon Sep 13 14:39:26 2010 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Sep 13 14:36:20 CEST 2010 - fehr@suse.de + +- add helptext for partition alignment (bnc#637223) +- add hardware sector size to disk overview data + +------------------------------------------------------------------- Mon Sep 13 11:31:12 CEST 2010 - aschnell@suse.de - fixed compilation with new make Modified: trunk/storage/storage/src/include/ep-hd.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/include/ep-hd.ycp?rev=62483&r1=62482&r2=62483&view=diff ============================================================================== --- trunk/storage/storage/src/include/ep-hd.ycp (original) +++ trunk/storage/storage/src/include/ep-hd.ycp Mon Sep 13 14:39:26 2010 @@ -202,7 +202,7 @@ list<symbol> fields = [ `heading_device, `device, `size, `udev_path, `udev_id, `used_by, `heading_hd, `vendor, `model, `num_cyl, `cyl_size, `bus, `bios_id, - `disk_label ]; + `sector_size, `disk_label ]; if (contains([ `CT_MDPART ], ctype)) { Modified: trunk/storage/storage/src/include/ep-settings.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/include/ep-settings.ycp?rev=62483&r1=62482&r2=62483&view=diff ============================================================================== --- trunk/storage/storage/src/include/ep-settings.ycp (original) +++ trunk/storage/storage/src/include/ep-settings.ycp Mon Sep 13 14:39:26 2010 @@ -137,6 +137,12 @@ system type for newly created file file systems.</p>"); // helptext + helptext = helptext + _("<p><b>Alignment of Newly Created Partitions</b> +determines how created partitions are aligned. <b>cylinder</b> is the traditional alignment at cylinder boundaries of the disk. <b>optimal</b> aligns the +partitions for best performance according to hints provided by linux kernel +or tries to be compatible with Windows Vista and Win 7.</p>"); + + // helptext helptext = helptext + _("<p><b>Show Storage Devices by</b> controls the name displayed for hard disks in the navigation tree.</p>"); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
fehr@svn2.opensuse.org