[William Belanger] > Is the password blanked out to prevent someone printing it out?
Yes. The late_command part is executed in finish-install.d/07preseed, while the user setup is in finish-install.d/06user-setup, and the passwords are cleared just after user. To get access to the user password, you would have to either put a hook in pre-pkgsel.d or earlier in finish-install.d. Using late_command is not going to work. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

