r2659 - in dists/trunk/live-initramfs: docs scripts/live-bottom
daniel at alioth.debian.org
daniel at alioth.debian.org
Wed Aug 1 14:29:41 UTC 2007
Author: daniel
Date: 2007-08-01 14:29:41 +0000 (Wed, 01 Aug 2007)
New Revision: 2659
Modified:
dists/trunk/live-initramfs/docs/ChangeLog
dists/trunk/live-initramfs/scripts/live-bottom/10adduser
Log:
Setting debconf preseeding for passwd/make-user manually to true, overriding any users preseeding on that, so that the user account gets created for sure.
Modified: dists/trunk/live-initramfs/docs/ChangeLog
===================================================================
--- dists/trunk/live-initramfs/docs/ChangeLog 2007-07-31 19:32:01 UTC (rev 2658)
+++ dists/trunk/live-initramfs/docs/ChangeLog 2007-08-01 14:29:41 UTC (rev 2659)
@@ -1,3 +1,10 @@
+2007-08-01 Daniel Baumann <daniel at debian.org>
+
+ * scripts/live-bottom/10adduser:
+ - Setting debconf preseeding for passwd/make-user manually to true,
+ overriding any users preseeding on that, so that the user account
+ gets created for sure.
+
2007-07-29 Daniel Baumann <daniel at debian.org>
* Merging changes from casper 1.95.
Modified: dists/trunk/live-initramfs/scripts/live-bottom/10adduser
===================================================================
--- dists/trunk/live-initramfs/scripts/live-bottom/10adduser 2007-07-31 19:32:01 UTC (rev 2658)
+++ dists/trunk/live-initramfs/scripts/live-bottom/10adduser 2007-08-01 14:29:41 UTC (rev 2659)
@@ -34,6 +34,7 @@
# U6aMy0wojraho is just a blank password
chroot /root debconf-communicate -fnoninteractive live-initramfs > /dev/null <<EOF
+set passwd/make-user true
set passwd/root-password-crypted *
set passwd/user-password-crypted ${user_crypted}
set passwd/user-fullname $USERFULLNAME
@@ -51,6 +52,7 @@
# Clear out debconf database again to avoid confusing ubiquity later.
chroot /root debconf-communicate -fnoninteractive live-initramfs > /dev/null <<EOF
+set passwd/make-user
set passwd/root-password-crypted
set passwd/user-password-crypted
set passwd/user-fullname
More information about the debian-live-changes
mailing list