[yast-commit] r66283 - in /branches/SuSE-Code-11-SP2-Branch/storage: package/yast2-storage.changes storage/src/modules/FileSystems.ycp
Author: fehr Date: Thu Oct 6 12:37:52 2011 New Revision: 66283 URL: http://svn.opensuse.org/viewcvs/yast?rev=66283&view=rev Log: remove jfs completely from fs list (bnc#720483) Modified: branches/SuSE-Code-11-SP2-Branch/storage/package/yast2-storage.changes branches/SuSE-Code-11-SP2-Branch/storage/storage/src/modules/FileSystems.ycp Modified: branches/SuSE-Code-11-SP2-Branch/storage/package/yast2-storage.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/storage/package/yast2-storage.changes?rev=66283&r1=66282&r2=66283&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/storage/package/yast2-storage.changes (original) +++ branches/SuSE-Code-11-SP2-Branch/storage/package/yast2-storage.changes Thu Oct 6 12:37:52 2011 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Oct 6 12:36:26 CEST 2011 - fehr@suse.de + +- remove jfs completely from fs list (bnc#720483) + +------------------------------------------------------------------- Wed Oct 5 16:50:39 CEST 2011 - fehr@suse.de - fix invalid proposal on EFI system where GPT disklabel creation Modified: branches/SuSE-Code-11-SP2-Branch/storage/storage/src/modules/FileSystems.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/storage/storage/src/modules/FileSystems.ycp?rev=66283&r1=66282&r2=66283&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/storage/storage/src/modules/FileSystems.ycp (original) +++ branches/SuSE-Code-11-SP2-Branch/storage/storage/src/modules/FileSystems.ycp Thu Oct 6 12:37:52 2011 @@ -61,7 +61,7 @@ // filesystems possible for root volume. used during scan for root volumes. - global const list<symbol> possible_root_fs = [ `ext2, `ext3, `btrfs, `reiser, `xfs, `jfs ]; + global const list<symbol> possible_root_fs = [ `ext2, `ext3, `btrfs, `reiser, `xfs ]; global list<string> system_m_points() { return [ "/", "/usr", "/var", "/opt", Partitions::BootMount() ]; } @@ -172,7 +172,7 @@ `ext3 : true, `ext4 : false, `btrfs : true, - `jfs : true, + `jfs : false, `vfat : true, `ntfs : true, `xxefi : false, @@ -183,7 +183,7 @@ `lvm : true ]; - list<symbol> unsupportFs = [ `jfs ]; + list<symbol> unsupportFs = []; global define list<map<symbol, any> > GetGeneralFstabOptions() -- 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