really add example configuration files

This commit is contained in:
James Barnett 2018-02-03 07:32:50 -05:00
parent a868836031
commit ff3bdf1e2d
No known key found for this signature in database
GPG key ID: E4B5E45AA3B8C5C3
2 changed files with 14 additions and 0 deletions

7
extra/root.conf.example Normal file
View file

@ -0,0 +1,7 @@
# snap-pac example configuration file for a snapper config named "root"
# See snap-pac(8) for details
SNAPSHOT="yes"
CLEANUP_ALGORITHM="number"
#PRE_DESCRIPTION="pacman pre snapshot"
#POST_DESCRIPTION="pacman post snapshot"

View file

@ -0,0 +1,7 @@
# snap-pac example configuration file
# See snap-pac(8) for details
ABORT_ON_FAIL="no"
DESC_LIMIT="72"
LINK_MODULES="no"
KERNEL_PACKAGE="linux"