summaryrefslogtreecommitdiffstats
path: root/advanced.msg.xml
blob: f49bb7fe8be7d9b769cd9d4db4417cc49b8884e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<document>
The following install types may be used instead of previously notified :
 o  <white>vgahi</white> for high resolution graphical installation.
 o  <white>vga16</white> for 640x480 in 16 colors graphical installation.

The following options may be added on the command line :
 o  <white>readonly=1</white> to disable editing disk partitions.
 o  <white>display=ackbar:0</white> to export display to <blue>ackbar</blue> machine screen 0 during
    installation.
 o  <white>noauto</white> to disable automatic detection (generally used with <white>expert</white>).
 o  <white>security=n</white> to set security level to value <blue>n</blue>.
 o  <white>updatemodules</white> to use the special update floppy containing modules updates.
 o  <white>patch</white> to use a patch from the floppy (file named <blue>patch.pl</blue>).
 o  <white>auto_install=floppy</white> to enable auto_install using <blue>auto_inst.cfg</blue> file on the
    floppy.
 o  <white>memtest</white> to test your computer RAM for faulty memory modules.
</document>
54046639159f9572b5a410'>diff)downloaddrakx-07241a84595d54c7de1e8331f29fbf4e7e9ee278.tar
drakx-07241a84595d54c7de1e8331f29fbf4e7e9ee278.tar.gz
drakx-07241a84595d54c7de1e8331f29fbf4e7e9ee278.tar.bz2
drakx-07241a84595d54c7de1e8331f29fbf4e7e9ee278.tar.xz
drakx-07241a84595d54c7de1e8331f29fbf4e7e9ee278.zip
really detect wireless devices in manage interface
Diffstat (limited to 'perl-install/standalone/drakconnect')
-rwxr-xr-xperl-install/standalone/drakconnect2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect
index f2797468b..2408df2e3 100755
--- a/perl-install/standalone/drakconnect
+++ b/perl-install/standalone/drakconnect
@@ -292,7 +292,7 @@ sub build_tree {
}
else {
#- ethernet is default
- $intf->{pages} = { 'TCP/IP' => 1, 'DHCP' => 1, if_($intf->{WIRELESS_MODE}, 'Wireless' => 1), 'Options' => 1, 'Information' => 1 };
+ $intf->{pages} = { 'TCP/IP' => 1, 'DHCP' => 1, if_(c::isNetDeviceWirelessAware($intf->{DEVICE}), 'Wireless' => 1), 'Options' => 1, 'Information' => 1 };
}
}