~ubuntu-branches/ubuntu/lucid/oem-config/lucid

« back to all changes in this revision

Viewing changes to d-i/source/user-setup/debian/user-setup-udeb.templates

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-10-12 21:25:16 UTC
  • Revision ID: james.westby@ubuntu.com-20081012212516-pwymr70nh032h0px
Tags: 1.51
* Log messages from update-rc.d rather than throwing them away.
* Fix intltool handling; po/Makefile.in.in was still coming from gettext.
  Pass no-xml to IT_PROG_INTLTOOL so that we don't need to build-depend on
  libxml-parser-perl.
* Add a comment to /etc/init.d/oem-config to explain the purpose of the
  oem-config-firstboot check.
* Disable window minimise buttons when running in standalone mode at first
  boot (LP: #249045).
* Run oem-config in debugging mode if 'debug-oem-config' is set on the
  kernel command line.
* Update translations from Launchpad.
* Automatic update of included source packages: user-setup 1.20ubuntu9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
# Allow preseeding the groups to which the first created user is added
20
20
Template: passwd/user-default-groups
21
21
Type: string
22
 
Default: adm cdrom dialout lpadmin plugdev fuse sambashare
 
22
Default: adm cdrom dialout lpadmin plugdev sambashare
23
23
Description: for internal use only
24
24
 
25
25
# Allow preseeding whether to automatically log in the first created user
28
28
Default: false
29
29
Description: for internal use only
30
30
 
 
31
# Allow preseeding whether to permit a blank password for created non-root user
 
32
Template: passwd/allow-password-empty
 
33
Type: boolean
 
34
Default: false
 
35
Description: for internal use only
 
36
 
31
37
Template: passwd/root-login
32
38
Type: boolean
33
39
Default: false