1
0
mirror of https://github.com/openSUSE/snapper.git synced 2026-02-05 15:46:00 +01:00

- add option --no-create-home to useradd to avoid warning

This commit is contained in:
Arvin Schnell
2023-09-19 10:20:52 +02:00
parent 4e71aae00f
commit 9b97a8be23
2 changed files with 2 additions and 4 deletions

View File

@@ -13,8 +13,7 @@ CMD_BTRFS="/sbin/btrfs"
CMD_SNAPPER="/usr/bin/snapper"
CMD_EGREP="grep -E"
CMD_PAM_CONFIG="/usr/sbin/pam-config"
CMD_USERADD="useradd"
CMD_USERDEL="userdel -r"
CMD_USERADD="useradd --no-create-home"
CMD_CHOWN="chown"
CMD_CHMOD="chmod"
CMD_CPA="cp -a"

View File

@@ -13,8 +13,7 @@ CMD_BTRFS="/sbin/btrfs"
CMD_SNAPPER="/usr/bin/snapper"
CMD_EGREP="grep -E"
CMD_PAM_CONFIG="/usr/sbin/pam-config"
CMD_USERADD="useradd -m"
CMD_USERDEL="userdel -r"
CMD_USERDEL="userdel --remove"
CMD_CHOWN="chown"
#
SNAPPERCFGDIR="/etc/snapper/configs"