View Git repositories
Name Status Last Modified Last Commit
lp:ubuntu/wily/user-setup 1 Development 2015-09-23 09:11:42 UTC
110. user-setup-apply: use correct syntax ...

Author: Sebastien Bacher
Revision Date: 2015-09-23 10:09:41 UTC

user-setup-apply: use correct syntax escaping, fix the lightdm
configuration to enable autologin on new installations (lp: #1498544)

lp:ubuntu/wily-proposed/user-setup bug 1 Development 2015-09-23 09:11:42 UTC
110. user-setup-apply: use correct syntax ...

Author: Sebastien Bacher
Revision Date: 2015-09-23 10:09:41 UTC

user-setup-apply: use correct syntax escaping, fix the lightdm
configuration to enable autologin on new installations (lp: #1498544)

lp:ubuntu/vivid/user-setup 2 Mature 2015-04-16 13:37:08 UTC
108. Fix typo in previous upload: Automati...

Author: Mathieu Trudel-Lapierre
Revision Date: 2015-04-16 13:37:08 UTC

Fix typo in previous upload: AutomaticLogin line for gdm was containing
an extra slash.

lp:ubuntu/vivid-proposed/user-setup bug 1 Development 2015-04-16 13:37:08 UTC
108. Fix typo in previous upload: Automati...

Author: Mathieu Trudel-Lapierre
Revision Date: 2015-04-16 13:37:08 UTC

Fix typo in previous upload: AutomaticLogin line for gdm was containing
an extra slash.

lp:ubuntu/utopic-proposed/user-setup bug 2 Mature 2014-09-16 13:43:14 UTC
106. [ KDEUSER56 / Rohan Garg ] Add SDDM a...

Author: Colin Watson
Revision Date: 2014-09-16 13:55:09 UTC

[ KDEUSER56 / Rohan Garg ]
Add SDDM autologin support (LP: #1362752).

lp:ubuntu/utopic/user-setup 1 Development 2014-09-16 13:43:14 UTC
106. [ KDEUSER56 / Rohan Garg ] Add SDDM a...

Author: Colin Watson
Revision Date: 2014-09-16 13:55:09 UTC

[ KDEUSER56 / Rohan Garg ]
Add SDDM autologin support (LP: #1362752).

lp:ubuntu/trusty-proposed/user-setup bug 1 Development 2014-04-08 21:24:21 UTC
105. * Add the initial user to the libvirt...

Author: Colin Watson
Revision Date: 2014-04-08 15:13:12 UTC

* Add the initial user to the libvirtd group (LP: #1304008).
* Add maas to reserved-usernames (LP: #1069684).

lp:ubuntu/trusty/user-setup 1 Development 2014-04-08 15:13:12 UTC
105. * Add the initial user to the libvirt...

Author: Colin Watson
Revision Date: 2014-04-08 15:13:12 UTC

* Add the initial user to the libvirtd group (LP: #1304008).
* Add maas to reserved-usernames (LP: #1069684).

lp:ubuntu/saucy-proposed/user-setup 2 Mature 2013-05-17 14:39:39 UTC
104. * Resynchronise with Debian. Remaini...

Author: Colin Watson
Revision Date: 2013-05-17 15:18:56 UTC

* Resynchronise with Debian. Remaining changes:
  - Add the initial user to the adm, lpadmin, and sambashare groups too.
    Do not add them to the audio, video, floppy, netdev, powerdev,
    scanner, or bluetooth groups.
  - Default passwd/root-login to false.
  - Create the spu group on powerpc/ps3 and powerpc/cell.
  - Make is_system_user always return false if OVERRIDE_SYSTEM_USER is
    set.
  - Add preseedable passwd/auto-login question; if set to true, configure
    gdm, kdm, lxdm, and lightdm for automatic login. Add
    passwd/auto-login-backup question which backs up the previous contents
    of the files as well.
  - Ask whether the user wants to encrypt their home directory.
  - Allow forcing the encrypted home option.
  - If a user requests an encrypted-home, we must have their login
    passphrase, in order to wrap their mount passphrase; it's
    fundamentally incompatible to preseed encrypted-home AND a crypted
    password; if this happens, send the user back to password selection.
  - Zero out swap devices at the end of install when encryption is
    enabled.
  - Provide a progress message for wiping swap space.
  - If user-setup/allow-password-empty is preseeded to true, allow empty
    passwords.
  - Disable installation of pre-pkgsel.d/10kdesudo; it does nothing for
    Ubuntu, and causes a confusing message that worries some people.
  - Add weak password detection (purely length-based for now, matching
    partman-crypto).
  - Consider a password of '!' in shadow for root to be unset.
  - Don't restrict guest login from login screen if autologin was
    configured, just restrict autologin for guest specifically.
  - If OVERRIDE_ALREADY_ENCRYPTED_SWAP is set in the environment, assume
    that encrypted swap has already been set up rather than re-creating
    and re-zeroing swap.

lp:ubuntu/saucy/user-setup 1 Development 2013-05-17 14:39:39 UTC
104. * Resynchronise with Debian. Remaini...

Author: Colin Watson
Revision Date: 2013-05-17 15:18:56 UTC

* Resynchronise with Debian. Remaining changes:
  - Add the initial user to the adm, lpadmin, and sambashare groups too.
    Do not add them to the audio, video, floppy, netdev, powerdev,
    scanner, or bluetooth groups.
  - Default passwd/root-login to false.
  - Create the spu group on powerpc/ps3 and powerpc/cell.
  - Make is_system_user always return false if OVERRIDE_SYSTEM_USER is
    set.
  - Add preseedable passwd/auto-login question; if set to true, configure
    gdm, kdm, lxdm, and lightdm for automatic login. Add
    passwd/auto-login-backup question which backs up the previous contents
    of the files as well.
  - Ask whether the user wants to encrypt their home directory.
  - Allow forcing the encrypted home option.
  - If a user requests an encrypted-home, we must have their login
    passphrase, in order to wrap their mount passphrase; it's
    fundamentally incompatible to preseed encrypted-home AND a crypted
    password; if this happens, send the user back to password selection.
  - Zero out swap devices at the end of install when encryption is
    enabled.
  - Provide a progress message for wiping swap space.
  - If user-setup/allow-password-empty is preseeded to true, allow empty
    passwords.
  - Disable installation of pre-pkgsel.d/10kdesudo; it does nothing for
    Ubuntu, and causes a confusing message that worries some people.
  - Add weak password detection (purely length-based for now, matching
    partman-crypto).
  - Consider a password of '!' in shadow for root to be unset.
  - Don't restrict guest login from login screen if autologin was
    configured, just restrict autologin for guest specifically.
  - If OVERRIDE_ALREADY_ENCRYPTED_SWAP is set in the environment, assume
    that encrypted swap has already been set up rather than re-creating
    and re-zeroing swap.

lp:ubuntu/raring-proposed/user-setup 1 Development 2012-12-04 00:13:10 UTC
103. * Resynchronise with Debian. Remaini...

Author: Colin Watson
Revision Date: 2012-12-03 23:48:11 UTC

* Resynchronise with Debian. Remaining changes:
  - Add the initial user to the adm, lpadmin, and sambashare groups too.
    Do not add them to the audio, video, floppy, netdev, powerdev,
    scanner, or bluetooth groups.
  - Default passwd/root-login to false.
  - Create the spu group on powerpc/ps3 and powerpc/cell.
  - Make is_system_user always return false if OVERRIDE_SYSTEM_USER is
    set.
  - Add preseedable passwd/auto-login question; if set to true, configure
    gdm, kdm, lxdm, and lightdm for automatic login. Add
    passwd/auto-login-backup question which backs up the previous contents
    of the files as well.
  - Ask whether the user wants to encrypt their home directory.
  - Allow forcing the encrypted home option.
  - If a user requests an encrypted-home, we must have their login
    passphrase, in order to wrap their mount passphrase; it's
    fundamentally incompatible to preseed encrypted-home AND a crypted
    password; if this happens, send the user back to password selection.
  - Zero out swap devices at the end of install when encryption is
    enabled.
  - Provide a progress message for wiping swap space.
  - If user-setup/allow-password-empty is preseeded to true, allow empty
    passwords.
  - Disable installation of pre-pkgsel.d/10kdesudo; it does nothing for
    Ubuntu, and causes a confusing message that worries some people.
  - Add weak password detection (purely length-based for now, matching
    partman-crypto).
  - Consider a password of '!' in shadow for root to be unset.
  - Don't restrict guest login from login screen if autologin was
    configured, just restrict autologin for guest specifically.
  - If OVERRIDE_ALREADY_ENCRYPTED_SWAP is set in the environment, assume
    that encrypted swap has already been set up rather than re-creating
    and re-zeroing swap.

lp:ubuntu/raring/user-setup 2 Mature 2012-12-03 23:48:11 UTC
103. * Resynchronise with Debian. Remaini...

Author: Colin Watson
Revision Date: 2012-12-03 23:48:11 UTC

* Resynchronise with Debian. Remaining changes:
  - Add the initial user to the adm, lpadmin, and sambashare groups too.
    Do not add them to the audio, video, floppy, netdev, powerdev,
    scanner, or bluetooth groups.
  - Default passwd/root-login to false.
  - Create the spu group on powerpc/ps3 and powerpc/cell.
  - Make is_system_user always return false if OVERRIDE_SYSTEM_USER is
    set.
  - Add preseedable passwd/auto-login question; if set to true, configure
    gdm, kdm, lxdm, and lightdm for automatic login. Add
    passwd/auto-login-backup question which backs up the previous contents
    of the files as well.
  - Ask whether the user wants to encrypt their home directory.
  - Allow forcing the encrypted home option.
  - If a user requests an encrypted-home, we must have their login
    passphrase, in order to wrap their mount passphrase; it's
    fundamentally incompatible to preseed encrypted-home AND a crypted
    password; if this happens, send the user back to password selection.
  - Zero out swap devices at the end of install when encryption is
    enabled.
  - Provide a progress message for wiping swap space.
  - If user-setup/allow-password-empty is preseeded to true, allow empty
    passwords.
  - Disable installation of pre-pkgsel.d/10kdesudo; it does nothing for
    Ubuntu, and causes a confusing message that worries some people.
  - Add weak password detection (purely length-based for now, matching
    partman-crypto).
  - Consider a password of '!' in shadow for root to be unset.
  - Don't restrict guest login from login screen if autologin was
    configured, just restrict autologin for guest specifically.
  - If OVERRIDE_ALREADY_ENCRYPTED_SWAP is set in the environment, assume
    that encrypted swap has already been set up rather than re-creating
    and re-zeroing swap.

lp:ubuntu/quantal/user-setup bug 2 Mature 2012-10-15 10:11:41 UTC
102. Fix syntax error in user-setup-apply ...

Author: Colin Watson
Revision Date: 2012-10-15 10:37:57 UTC

Fix syntax error in user-setup-apply if $ROOT is unset (LP: #1066256).

lp:ubuntu/precise/user-setup bug 2 Mature 2012-04-22 00:54:19 UTC
100. * user-setup-apply: - Revert the ch...

Author: Colin Watson
Revision Date: 2012-04-19 02:46:54 UTC

* user-setup-apply:
  - Revert the change from 1.42ubuntu2. We'll handle this in ubiquity
    instead; in d-i, it seems to be too difficult to get right without the
    aid of script libraries from cryptsetup.
  - If OVERRIDE_ALREADY_ENCRYPTED_SWAP is set in the environment, assume
    that encrypted swap has already been set up rather than re-creating
    and re-zeroing swap (LP: #979350).

lp:~ubuntu-branches/ubuntu/precise/user-setup/precise-201111080711 (Has a merge proposal) 1 Development 2011-11-08 07:11:24 UTC
97. revert change, pushed to wrong branch

Author: Dustin Kirkland 
Revision Date: 2011-10-31 12:40:44 UTC

revert change, pushed to wrong branch

lp:ubuntu/oneiric/user-setup bug 2 Mature 2011-09-06 13:23:34 UTC
95. * In the oem-config scenario, just se...

Author: Mario Limonciello
Revision Date: 2011-09-06 13:23:34 UTC

* In the oem-config scenario, just sed out the oem user for the correct user
  as the rest of the lightdm config is put in place already from install.
* Don't restrict guest login from login screen if autologin was configured,
  just restrict autologin for guest specifically.

lp:ubuntu/natty/user-setup bug 2 Mature 2011-04-18 17:34:15 UTC
90. Provide an infinitely better check fo...

Author: Evan
Revision Date: 2011-04-18 17:34:15 UTC

Provide an infinitely better check for /dev being mounted
(LP: #673028). Fixes encrypted swap.

lp:ubuntu/maverick/user-setup bug 2 Mature 2010-10-04 12:15:41 UTC
85. Fix syntax error introduced in 1.28ub...

Author: Colin Watson
Revision Date: 2010-10-04 12:15:41 UTC

Fix syntax error introduced in 1.28ubuntu9.

lp:ubuntu/lucid/user-setup bug 1 Development 2010-04-22 16:16:11 UTC
81. Allow forcing the encrypted home opti...

Author: Evan
Revision Date: 2010-04-21 17:18:02 UTC

Allow forcing the encrypted home option (LP: #566552).

lp:~ubuntu-branches/ubuntu/lucid/user-setup/lucid-201002122356 (Has a merge proposal) 1 Development 2010-02-12 23:56:27 UTC
78. releasing version 1.28ubuntu3

Author: Mario Limonciello
Revision Date: 2010-01-19 23:32:11 UTC

releasing version 1.28ubuntu3

lp:~ubuntu-dev/ubuntu/lucid/user-setup/lucid-201002110914 1 Development 2010-02-11 09:14:23 UTC
78. releasing version 1.28ubuntu3

Author: Mario Limonciello
Revision Date: 2010-01-19 23:32:11 UTC

releasing version 1.28ubuntu3

lp:~ubuntu-dev/ubuntu/lucid/user-setup/lucid-201002101915 1 Development 2010-02-10 19:15:27 UTC
78. releasing version 1.28ubuntu3

Author: Mario Limonciello
Revision Date: 2010-01-19 23:32:11 UTC

releasing version 1.28ubuntu3

lp:~ubuntu-dev/ubuntu/lucid/user-setup/lucid-201002101903 1 Development 2010-02-10 19:03:33 UTC
78. releasing version 1.28ubuntu3

Author: Mario Limonciello
Revision Date: 2010-01-19 23:32:11 UTC

releasing version 1.28ubuntu3

lp:~ubuntu-dev/ubuntu/lucid/user-setup/lucid-201002101853 1 Development 2010-02-10 18:53:47 UTC
78. releasing version 1.28ubuntu3

Author: Mario Limonciello
Revision Date: 2010-01-19 23:32:11 UTC

releasing version 1.28ubuntu3

lp:~ubuntu-branches/ubuntu/lucid/user-setup/lucid-201001200011 1 Development 2010-01-20 00:11:36 UTC
78. releasing version 1.28ubuntu3

Author: Mario Limonciello
Revision Date: 2010-01-19 23:32:11 UTC

releasing version 1.28ubuntu3

lp:ubuntu/karmic/user-setup 2 Mature 2009-12-05 18:18:38 UTC
74. Check if filesystems are already moun...

Author: Evan
Revision Date: 2009-10-27 12:52:33 UTC

Check if filesystems are already mounted before attempting to mount
them (LP: #461546).

lp:ubuntu/hardy-proposed/user-setup bug 2 Mature 2009-12-05 18:18:19 UTC
32. Create sambashare group and add the i...

Author: Colin Watson
Revision Date: 2008-12-15 12:19:21 UTC

Create sambashare group and add the initial user to it (thanks, Mantas
Kriaučiūnas; LP: #238224).

lp:ubuntu/jaunty/user-setup 2 Mature 2009-12-05 18:18:15 UTC
61. Add preseedable passwd/auto-login-bac...

Author: Colin Watson
Revision Date: 2009-04-16 14:28:56 UTC

Add preseedable passwd/auto-login-backup question; if set (e.g. to
"oem") and passwd/auto-login=true, this backs up the previous contents
of the configuration files (e.g. to /etc/kde4/kdm/kdmrc.oem). This can
be used by oem-config to recover the old contents of the configuration
files later (LP: #361272).

lp:ubuntu/intrepid/user-setup 2 Mature 2009-12-05 18:17:43 UTC
41. Update Ubuntu-specific strings from L...

Author: Colin Watson
Revision Date: 2008-10-16 19:42:05 UTC

Update Ubuntu-specific strings from Launchpad.

lp:ubuntu/hardy-updates/user-setup 2 Mature 2009-12-05 18:17:08 UTC
32. Create sambashare group and add the i...

Author: Colin Watson
Revision Date: 2008-12-15 12:19:21 UTC

Create sambashare group and add the initial user to it (thanks, Mantas
Kriaučiūnas; LP: #238224).

lp:ubuntu/hardy/user-setup 2 Mature 2009-12-05 18:16:24 UTC
31. Make is_system_user always return fal...

Author: Colin Watson
Revision Date: 2008-03-04 10:16:14 UTC

Make is_system_user always return false if OVERRIDE_SYSTEM_USER is set
(LP: #153310).

lp:ubuntu/gutsy/user-setup 1 Development 2009-12-05 18:16:01 UTC
26. Only call archdetect if we have it, i...

Author: Colin Watson
Revision Date: 2007-10-05 23:01:34 UTC

Only call archdetect if we have it, in order not to break use of the
.deb outside ubiquity.

lp:ubuntu/feisty/user-setup 1 Development 2009-12-05 18:15:24 UTC
21. Add mythtv to reserved-usernames (LP:...

Author: Colin Watson
Revision Date: 2007-03-30 16:26:07 UTC

Add mythtv to reserved-usernames (LP: #86358).

lp:ubuntu/edgy/user-setup 1 Development 2009-12-05 18:15:03 UTC
17. * Backport from trunk (closes: Malone...

Author: Colin Watson
Revision Date: 2006-10-04 14:37:38 UTC

* Backport from trunk (closes: Malone #50036):
  - Detect and error out on reserved usernames, i.e. those that are
    already used by some parts of the system. Unfortunately there's no
    particularly straightforward way to identify a reserved username, and
    the only way I can think of is to maintain a blacklist; so I've
    collated this from the base-passwd master files and those user and
    group names I found on some of my systems. Feel free to extend this as
    the need arises.
* Backport from trunk (Christian Perrier):
  - Spell "username" consistently.
* Update translations from trunk.

lp:ubuntu/dapper-updates/user-setup 2 Mature 2009-12-05 18:14:34 UTC
14. Refuse to apply an empty root passwor...

Author: Colin Watson
Revision Date: 2006-07-10 17:43:34 UTC

Refuse to apply an empty root password, which can happen if
user-setup-apply is run twice due to backing up from prebaseconfig's
final message (closes: Malone #48350).

lp:ubuntu/dapper-security/user-setup 2 Mature 2009-12-05 18:14:15 UTC
14. Refuse to apply an empty root passwor...

Author: Colin Watson
Revision Date: 2006-07-10 17:43:34 UTC

Refuse to apply an empty root password, which can happen if
user-setup-apply is run twice due to backing up from prebaseconfig's
final message (closes: Malone #48350).

lp:ubuntu/dapper/user-setup 2 Mature 2009-12-05 18:13:55 UTC
13. Fix breakage in Traditional Chinese t...

Author: Colin Watson
Revision Date: 2006-05-16 14:40:02 UTC

Fix breakage in Traditional Chinese translation (thanks, Tetralet).

137 of 37 results