Skip to content

Commit

Permalink
Add btrfs to supported filesystems during upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Aug 18, 2015
1 parent 3f455cf commit 34046fc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.17.26
2.17.27
6 changes: 6 additions & 0 deletions package/yast2-update.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Aug 18 12:51:08 UTC 2015 - igonzalezsosa@suse.com

- btrfs root partition can be selected for upgrade (bnc#941132)
- 2.17.27

-------------------------------------------------------------------
Fri Feb 6 15:30:08 UTC 2015 - lslezak@suse.cz

Expand Down
2 changes: 1 addition & 1 deletion src/modules/RootPart.ycp
Expand Up @@ -34,7 +34,7 @@
include "partitioning/custom_part_dialogs.ycp";

// all supported filesystems
global list possible_root_fs = [ `ext2, `ext3, `reiser, `xfs, `jfs ];
global list possible_root_fs = [ `ext2, `ext3, `reiser, `xfs, `jfs, `btrfs ];

// Selected root partition for the update or boot.
global string selectedRootPartition = "";
Expand Down

0 comments on commit 34046fc

Please sign in to comment.