clone-master-clean-up/sysconfig.clone-master-clean-up
Anna Maresova 56088d92cd Accepting request 721223 from home:eeich
- Submitting clone-master-clean-up - a script to turn a system into a
  pristine source for system cloning (VMs, chroots etc).
  This has been SLE-only, however it is far to useful to not be in Factory.

OBS-URL: https://build.opensuse.org/request/show/721223
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/clone-master-clean-up?expand=0&rev=1
2019-08-06 14:23:57 +00:00

38 lines
630 B
Plaintext

# config file for clone-master-clean-up to allow minimal user intervention
#
#
## Path:
## Type: yesno
## Default: "no"
#
# clean up user ids >= 1000
CMCU_USERIDS="no"
## Path:
## Type: yesno
## Default: "no"
#
# clean up /etc/sudoers
CMCU_SUDOERS="no"
## Path:
## Type: yesno
## Default: "no"
#
# clean up zypper repositories
CMCU_ZYPP_REPOS="no"
## Path:
## Type: yesno
## Default: "yes"
#
# remove btrfs snapshots of root filesystem
CMCU_RSNAP="yes"
## Path:
## Type: yesno
## Default: "no"
#
# allow ec2-user to run sudo
CMCU_EC2="no"