[yast-commit] r62373 - in /trunk/storage: package/yast2-storage.changes storage/src/modules/FileSystems.ycp
Author: fehr Date: Mon Aug 9 13:51:30 2010 New Revision: 62373 URL: http://svn.opensuse.org/viewcvs/yast?rev=62373&view=rev Log: add option to supress journal to mkfs options for ext3 and ext4 (bnc#629363) Modified: trunk/storage/package/yast2-storage.changes trunk/storage/storage/src/modules/FileSystems.ycp Modified: trunk/storage/package/yast2-storage.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/package/yast2-storage.changes?rev=62373&r1=62372&r2=62373&view=diff ============================================================================== --- trunk/storage/package/yast2-storage.changes (original) +++ trunk/storage/package/yast2-storage.changes Mon Aug 9 13:51:30 2010 @@ -2,6 +2,8 @@ Mon Aug 9 13:38:45 CEST 2010 - fehr@suse.de - make mkfs option "dir_index" work as expected again +- add option to supress journal to mkfs options for ext3 and ext4 + (bnc#629363) ------------------------------------------------------------------- Fri Aug 06 15:48:27 CEST 2010 - aschnell@suse.de Modified: trunk/storage/storage/src/modules/FileSystems.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/modules/FileSystems.ycp?rev=62373&r1=62372&r2=62373&view=diff ============================================================================== --- trunk/storage/storage/src/modules/FileSystems.ycp (original) +++ trunk/storage/storage/src/modules/FileSystems.ycp Mon Aug 9 13:51:30 2010 @@ -593,6 +593,18 @@ // help text, richtext format `help_text : _("<p><b>Directory Index:</b> Enables use of hashed b-trees to speed up lookups in large directories.</p>\n") + ], + $[ + // label text + `widget : `CheckBox(`id("no_journal"), `opt(`hstretch), _("&No Journal")), + `query_key : "no_journal", + `option_str : "-O ^has_journal", + `type : `boolean, + `default : false, + // help text, richtext format + `help_text : _("<p><b>No Journal:</b> +Supressed use of journaling on filesystem. Only activate this when you really +know what you ar doing.</p>\n") ] ]; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
fehr@svn.opensuse.org