summaryrefslogtreecommitdiffstats
path: root/move
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-10-31 12:02:34 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-10-31 12:02:34 +0000
commit76d3d95775674636aa96aecb19cd428a9da9f9c4 (patch)
treeb2c051438c9bd03830824f7d426632692341ac21 /move
parente554fd0f017b4e3e6d24a0c2da0ba0decbe6ac83 (diff)
downloaddrakx-76d3d95775674636aa96aecb19cd428a9da9f9c4.tar
drakx-76d3d95775674636aa96aecb19cd428a9da9f9c4.tar.gz
drakx-76d3d95775674636aa96aecb19cd428a9da9f9c4.tar.bz2
drakx-76d3d95775674636aa96aecb19cd428a9da9f9c4.tar.xz
drakx-76d3d95775674636aa96aecb19cd428a9da9f9c4.zip
move: "adduser" alike step
Diffstat (limited to 'move')
-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);