summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/finish-install
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-03-20 17:43:34 +0000
committerOlivier Blin <oblin@mandriva.com>2008-03-20 17:43:34 +0000
commit125b6030759c35055adf176c43bd16873506ddc4 (patch)
tree35fb0e835ee3eb7c29c613213f60e9d917427ff9 /perl-install/standalone/finish-install
parent994bacc983cc71c7daeb0e151f25a03a475f43aa (diff)
downloaddrakx-backup-do-not-use-125b6030759c35055adf176c43bd16873506ddc4.tar
drakx-backup-do-not-use-125b6030759c35055adf176c43bd16873506ddc4.tar.gz
drakx-backup-do-not-use-125b6030759c35055adf176c43bd16873506ddc4.tar.bz2
drakx-backup-do-not-use-125b6030759c35055adf176c43bd16873506ddc4.tar.xz
drakx-backup-do-not-use-125b6030759c35055adf176c43bd16873506ddc4.zip
add more comments about USERS step
Diffstat (limited to 'perl-install/standalone/finish-install')
-rwxr-xr-xperl-install/standalone/finish-install2
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');