Keep /etc/default/useradd in install.img

Anaconda creates a user for connecting via ssh during the installation when the sshpw kickstart command is used. The user is created with "/sbin/nologin" shell when /etc/default/useradd is missing, which prevents the user from log into the running installation.

Resolves: rhbz#1838677
Signed-off-by: Brian C. Lane <bcl@redhat.com>
This commit is contained in:
jstodola 2020-05-21 22:05:59 +02:00 committed by Brian C. Lane
parent ae2c80563d
commit d9e62ab936
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ removepkg fedora-release-rawhide
## keep enough of shadow-utils to create accounts
removefrom shadow-utils --allbut /usr/bin/chage /usr/sbin/chpasswd \
/usr/sbin/groupadd /usr/sbin/useradd
/usr/sbin/groupadd /usr/sbin/useradd \
/etc/default/useradd
## remove other account management tools
removepkg usermode usermode-gtk passwd