diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-03-20 17:43:34 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-03-20 17:43:34 +0000 |
commit | 125b6030759c35055adf176c43bd16873506ddc4 (patch) | |
tree | 35fb0e835ee3eb7c29c613213f60e9d917427ff9 /perl-install | |
parent | 994bacc983cc71c7daeb0e151f25a03a475f43aa (diff) | |
download | drakx-125b6030759c35055adf176c43bd16873506ddc4.tar drakx-125b6030759c35055adf176c43bd16873506ddc4.tar.gz drakx-125b6030759c35055adf176c43bd16873506ddc4.tar.bz2 drakx-125b6030759c35055adf176c43bd16873506ddc4.tar.xz drakx-125b6030759c35055adf176c43bd16873506ddc4.zip |
add more comments about USERS step
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/finish-install | 2 |
1 files changed, 2 insertions, 0 deletions
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=<old user>: create the new user by renaming <old user> +#- 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'); |