forked from lix-project/lix-installer
Fix adduser so it doesn't create the home (#801)
This commit is contained in:
parent
e48a8962b5
commit
83a0da10c4
|
@ -237,6 +237,7 @@ impl Action for CreateUser {
|
|||
.args([
|
||||
"--home",
|
||||
"/var/empty",
|
||||
"-H", // Don't create a home.
|
||||
"--gecos",
|
||||
comment,
|
||||
"--ingroup",
|
||||
|
|
Loading…
Reference in a new issue