Skip to content

Commit

Permalink
- fixed parameters for snapper cleanup (bnc#878009)
Browse files Browse the repository at this point in the history
  • Loading branch information
aschnell committed May 20, 2014
1 parent 6b0080c commit 0cc0eb6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions package/yast2-storage.changes
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 20 16:28:28 CEST 2014 - aschnell@suse.de

- fixed parameters for snapper cleanup (bnc#878009)

-------------------------------------------------------------------
Tue May 20 14:40:10 CEST 2014 - aschnell@suse.de

Expand Down
2 changes: 1 addition & 1 deletion src/modules/StorageUtils.rb
Expand Up @@ -49,7 +49,7 @@ def ConfigureSnapper()
if SCR.Execute(path(".target.bash"), "/usr/bin/snapper --no-dbus create-config " <<
"--fstype=btrfs --add-fstab /") == 0
SCR.Execute(path(".target.bash"), "/usr/bin/snapper --no-dbus set-config " <<
"NUMBER_CLEANUP=yes NUMBER_LIMIT=20 NUMBER_LIMIT_IMPORTANT=10")
"NUMBER_CLEANUP=yes NUMBER_LIMIT=10 NUMBER_LIMIT_IMPORTANT=10")
SCR.Write(path(".sysconfig.yast2.USE_SNAPPER"), "yes")
SCR.Write(path(".sysconfig.yast2"), nil)
else
Expand Down

0 comments on commit 0cc0eb6

Please sign in to comment.