From 76d3d95775674636aa96aecb19cd428a9da9f9c4 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 31 Oct 2003 12:02:34 +0000 Subject: move: "adduser" alike step --- move/move.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'move/move.pm') 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); -- cgit v1.2.1