diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-20 07:00:39 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-20 07:00:39 +0000 |
commit | 918170227fcbcb7107fb365dd5dcf93af709d21f (patch) | |
tree | fc1019c14f65637f7d91408f3b1ec372f62acc52 | |
parent | 62834ff87581af7ec1d21a598a2a2440b25463a5 (diff) | |
download | drakx-918170227fcbcb7107fb365dd5dcf93af709d21f.tar drakx-918170227fcbcb7107fb365dd5dcf93af709d21f.tar.gz drakx-918170227fcbcb7107fb365dd5dcf93af709d21f.tar.bz2 drakx-918170227fcbcb7107fb365dd5dcf93af709d21f.tar.xz drakx-918170227fcbcb7107fb365dd5dcf93af709d21f.zip |
(add_device_wizard) default to automatic detection
-rwxr-xr-x | perl-install/standalone/drakups | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakups b/perl-install/standalone/drakups index 747516d62..05881fe7c 100755 --- a/perl-install/standalone/drakups +++ b/perl-install/standalone/drakups @@ -65,7 +65,7 @@ sub add_device_wizard { auto => N("Connected through a serial port or an usb cable"), manual => N("Manual configuration"), ); - my $method = $methods{manual}; + my $method = $methods{auto}; $wiz = { #defaultimage => "logdrake.png", # FIXME name => N("Add an UPS device"), |