Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged CASP branch to to SP3 #594

Merged
merged 4 commits into from
Aug 17, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions doc/control-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -1021,6 +1021,12 @@ property should be set to _true_. This works only for Btrfs root
filesystems. If another root filesystem type is chosen, this might fail
silently.

*root_fs* (string, default _btrfs_) is the filesystem type for the root
partition.

*home_fs* (string, default _xfs_) is the filesystem type for the home
partition.

*home_path* (string) is the path (mount point) for the home
partition or volume, if any is created (depending on *try_separate_home*,
*limit_try_home* and available disk space).
Expand Down
8 changes: 8 additions & 0 deletions package/yast2-installation.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Aug 17 15:16:05 CEST 2017 - shundhammer@suse.de

- Merged SLE-12-SP2-CASP branch to SLE-12-SP3 branch:
Make filesystem type for home and root configurable in control.xml
(bsc#1051762)
- 3.2.49

-------------------------------------------------------------------
Tue Aug 8 10:57:46 CEST 2017 - shundhammer@suse.de

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-installation.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-installation
Version: 3.2.48
Version: 3.2.49
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down