diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-31 12:02:34 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-31 12:02:34 +0000 |
commit | 76d3d95775674636aa96aecb19cd428a9da9f9c4 (patch) | |
tree | b2c051438c9bd03830824f7d426632692341ac21 /move/move.pm | |
parent | e554fd0f017b4e3e6d24a0c2da0ba0decbe6ac83 (diff) | |
download | drakx-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/move.pm')
-rw-r--r-- | move/move.pm | 6 |
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); |