diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-12-01 21:53:13 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-12-01 21:53:13 +0000 |
commit | a5ef34e79de116c66c3a8b2755f8ba482f8d42b5 (patch) | |
tree | 76cfe35baafdefc897da1e99775f6f7f940a3949 | |
parent | 71d5afd5f626d54c17b13199a90e2e2ede3529a5 (diff) | |
download | drakx-a5ef34e79de116c66c3a8b2755f8ba482f8d42b5.tar drakx-a5ef34e79de116c66c3a8b2755f8ba482f8d42b5.tar.gz drakx-a5ef34e79de116c66c3a8b2755f8ba482f8d42b5.tar.bz2 drakx-a5ef34e79de116c66c3a8b2755f8ba482f8d42b5.tar.xz drakx-a5ef34e79de116c66c3a8b2755f8ba482f8d42b5.zip |
openssh-askpass for mountloop doesn't allow to click on ok/cancel buttons
-rwxr-xr-x | move/make_live | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/move/make_live b/move/make_live index 6a130c3a4..3eff08dab 100755 --- a/move/make_live +++ b/move/make_live @@ -48,6 +48,7 @@ sub installPackages { qw(hcfpcimodem hsflinmodem ltmodem), "NVIDIA_nforce-$kernel_version", qw(xinput), #- for some mice qw(perl-Term-Readline-Gnu binutils), #- allow debugging move + qw(openssh-askpass-gnome), #- openssh-askpass for mountloop doesn't allow to click on ok/cancel buttons ], }); |