| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 
 | 
# Allow preseeding the root password with a crypted password 
# rather than cleartext
Template: passwd/root-password-crypted
Type: password
Description: for internal use only
# Allow preseeding the user password with a crypted password 
# rather than cleartext
Template: passwd/user-password-crypted
Type: password
Description: for internal use only
# Allow preseeding the UID allocated to the first created user
Template: passwd/user-uid
Type: string
Description: for internal use only
# Allow preseeding the groups to which the first created user is added
Template: passwd/user-default-groups
Type: string
Default: audio cdrom dip floppy video plugdev netdev scanner bluetooth debian-tor lpadmin
Description: for internal use only
Template: passwd/root-login
Type: boolean
Default: true
# :sl1:
_Description: Allow login as root?
 If you choose not to allow root to log in, then a user account will be
 created and given the power to become root using the 'sudo' command.
Template: passwd/root-password
Type: password
# :sl1:
_Description: Root password:
 Some account needs to be available
 with administrative super-user privileges.
 The password for that account should be
 something that cannot be guessed.
 .
 To allow direct password-based access via the 'root' account,
 you can set the password for that account here.
 .
 Alternatively, you can lock the root account's password
 by leaving this setting empty, and
 instead use the system's initial user account
 (which will be set up in the next step)
 to gain administrative privileges.
 This will be enabled for you
 by adding that initial user to the 'sudo' group.
 .
 Note: what you type here will be hidden (unless you select to show it).
Template: passwd/root-password-again
Type: password
# :sl1:
_Description: Re-enter password to verify:
 Please enter the same root password again to verify that you have typed it
 correctly.
Template: passwd/make-user
Type: boolean
Default: true
# :sl2:
_Description: Create a normal user account now?
 It's a bad idea to use the root account for normal day-to-day activities,
 such as the reading of electronic mail, because even a small mistake can
 result in disaster. You should create a normal user account to use for
 those day-to-day tasks.
 .
 Note that you may create it later (as well as any additional account) by
 typing 'adduser <username>' as root, where <username> is a username,
 like 'imurdock' or 'rms'.
Template: passwd/user-fullname
Type: string
# :sl1:
_Description: Full name for the new user:
 A user account will be created for you to use instead of the root
 account for non-administrative activities.
 .
 Please enter the real name of this user. This information will be used
 for instance as default origin for emails sent by this user as well as
 any program which displays or uses the user's real name. Your full
 name is a reasonable choice.
Template: passwd/username
Type: string
# :sl1:
_Description: Username for your account:
 Select a username for the new account. Your first name is a reasonable choice.
 The username should start with a lower-case letter, which can be
 followed by any combination of numbers and more lower-case letters.
Template: passwd/username-bad
Type: error
# :sl2:
_Description: Invalid username
 The username you entered is invalid. Note that usernames must start with
 a lower-case letter, which can be followed by any combination of numbers
 and more lower-case letters, and must be no more than 32 characters long.
Template: passwd/username-reserved
Type: error
# :sl2:
_Description: Reserved username
 The username you entered (${USERNAME}) is reserved for use by the system.
 Please select a different one.
Template: passwd/user-password
Type: password
# :sl1:
_Description: Choose a password for the new user:
 Make sure to select a strong password that cannot be guessed.
Template: passwd/user-password-again
Type: password
# :sl1:
_Description: Re-enter password to verify:
 Please enter the same user password again to verify you have typed it
 correctly.
Template: user-setup/password-mismatch
Type: error
# :sl2:
_Description: Password input error
 The two passwords you entered were not the same. Please try again.
Template: user-setup/password-empty
Type: error
# :sl2:
_Description: Empty password
 You entered an empty password, which is not allowed.
 Please choose a non-empty password.
Template: debian-installer/user-setup-udeb/title
Type: title
# :sl1:
_Description: Set up users and passwords
Template: finish-install/progress/user-setup
Type: text
# finish-install progress bar item
# :sl1:
_Description: Setting users and passwords...
 |