From 125b6030759c35055adf176c43bd16873506ddc4 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 20 Mar 2008 17:43:34 +0000 Subject: add more comments about USERS step --- perl-install/standalone/finish-install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perl-install/standalone/finish-install b/perl-install/standalone/finish-install index e0d706145..b4c11cb62 100755 --- a/perl-install/standalone/finish-install +++ b/perl-install/standalone/finish-install @@ -101,6 +101,8 @@ sub ask_authentication() { } #- USERS=with_root: asks both root and user accounts +#- USER_RENAME_FROM=: create the new user by renaming +#- USER_AUTOLOGIN_FIRST: configure autologin for the first added user sub ask_users() { my $users = []; my $ask_root = to_bool(lc(get_conf('USERS')) eq 'with_root'); -- cgit v1.2.1