docker: remove create/delete of user

Anaconda doesn't seem to require it anymore so no need to create it
and then delete it.
This commit is contained in:
Dusty Mabe 2017-01-19 14:16:30 -05:00
parent 16af100c7a
commit 7efa34edb0
No known key found for this signature in database
GPG Key ID: 3302DBD73952E671
1 changed files with 0 additions and 3 deletions

View File

@ -19,7 +19,6 @@ cmdline
bootloader --disabled
timezone --isUtc --nontp Etc/UTC
rootpw --lock --iscrypted locked
user --name=none
keyboard us
zerombr
@ -50,8 +49,6 @@ set -e
# Set the language rpm nodocs transaction flag persistently in the
# image yum.conf and rpm macros
# remove the user anaconda forces us to make
userdel -r none
LANG="en_US"
echo "%_install_langs $LANG" > /etc/rpm/macros.image-language-conf