File: defaults.standalone

package info (click to toggle)
debian-edu-install 2.12.11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,048 kB
  • sloc: sh: 1,263; makefile: 105
file content (14 lines) | stat: -rw-r--r-- 442 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# All non-default debconf answers for standalone installation

# Make another user
passwd passwd/make-user boolean true

# The standalone user is granted sudo access.
passwd passwd/user-default-groups string sudo

# Deny other use of homedir
adduser adduser/homedir-permission boolean false

# Do not enable the WINS feature of samba-common, because this profile
# does not get a address via DHCP
samba-common samba-common/dhcp boolean false