summaryrefslogtreecommitdiffstats
path: root/move/move.pm
diff options
context:
space:
mode:
Diffstat (limited to 'move/move.pm')
-rw-r--r--move/move.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/move/move.pm b/move/move.pm
index 34903682e..f21a27498 100644
--- a/move/move.pm
+++ b/move/move.pm
@@ -59,6 +59,12 @@ drakx_stuff:
sub install2::startMove {
my $o = $::o;
+
+ require any;
+ any::ask_user_one($o, $o->{users} ||= [], $o->{security},
+ additional_msg => N("BLA BLA user for move, password for screensaver"), noaccept => 1, needauser => 1, noicons => 1);
+ require install_steps;
+ install_steps::addUser($o);
require install_any;
install_any::write_fstab($o);