Package: user-setup Version: 1.40 Tags: patch currently it is asked the fullname of the first user being created during the standard installation. Lowering the priority, the question will be skipped and the standard installation will be completed with one less question to the user. The question will still be available on the expert install and preseed.
-- Melhores cumprimentos/Best Regards, Miguel Figueiredo http://www.DebianPT.org
diff --git a/user-setup-ask b/user-setup-ask index 3fb8a17..7678e0b 100755 --- a/user-setup-ask +++ b/user-setup-ask @@ -104,7 +104,7 @@ while :; do # Prompt for user info. db_get passwd/make-user if [ "$RET" = true ] && ! is_system_user; then - db_input critical passwd/user-fullname || true + db_input low passwd/user-fullname || true fi ;; 5)