mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-09 23:50:07 +00:00
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:
parent
16af100c7a
commit
7efa34edb0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user