Datein hinzugefügt, welche das Root-Dateisystem von /usr beim Start provisionieren
This commit is contained in:
parent
2c73632fad
commit
f1ec31de16
37 changed files with 648 additions and 0 deletions
44
factory/etc/default/useradd
Normal file
44
factory/etc/default/useradd
Normal file
|
@ -0,0 +1,44 @@
|
|||
|
||||
667 B
|
||||
|
||||
# Default values for useradd(8)
|
||||
|
||||
#
|
||||
|
||||
# The SHELL variable specifies the default login shell on your
|
||||
|
||||
# system.
|
||||
|
||||
SHELL=/bin/bash
|
||||
|
||||
# The default group for users
|
||||
|
||||
GROUP=users
|
||||
|
||||
# The default home directory.
|
||||
|
||||
HOME=/home
|
||||
|
||||
# The number of days after a password expires until the account is permanently
|
||||
|
||||
# disabled
|
||||
|
||||
INACTIVE=-1
|
||||
|
||||
# The default expire date
|
||||
|
||||
EXPIRE=
|
||||
|
||||
# The SKEL variable specifies the directory containing "skeletal" user files;
|
||||
|
||||
# in other words, files such as a sample .profile that will be copied to the
|
||||
|
||||
# new user's home directory when it is created.
|
||||
|
||||
SKEL=/etc/skel
|
||||
|
||||
# Defines whether the mail spool should be created while
|
||||
|
||||
# creating the account
|
||||
|
||||
CREATE_MAIL_SPOOL=no
|
Loading…
Add table
Add a link
Reference in a new issue