summaryrefslogtreecommitdiffstats
path: root/help-install/sk/main::opt::network.html
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2009-01-27 17:30:08 +0000
committerPascal Rigaux <pixel@mandriva.com>2009-01-27 17:30:08 +0000
commit5ce8d30439463838f845c78bc926cc9b310a8743 (patch)
treebb1852dc58711c7baee31216a765067dfa49b65b /help-install/sk/main::opt::network.html
parent10658e71475bd964263d09f1a661f24fadfaf496 (diff)
downloadbootloader-theme-5ce8d30439463838f845c78bc926cc9b310a8743.tar
bootloader-theme-5ce8d30439463838f845c78bc926cc9b310a8743.tar.gz
bootloader-theme-5ce8d30439463838f845c78bc926cc9b310a8743.tar.bz2
bootloader-theme-5ce8d30439463838f845c78bc926cc9b310a8743.tar.xz
bootloader-theme-5ce8d30439463838f845c78bc926cc9b310a8743.zip
imported openSUSE.tar.bz2 (from gfxboot-4.1.19-2.1.src.rpm)4.1.19.1
Diffstat (limited to 'help-install/sk/main::opt::network.html')
-rw-r--r--help-install/sk/main::opt::network.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/help-install/sk/main::opt::network.html b/help-install/sk/main::opt::network.html
new file mode 100644
index 0000000..d4f52b7
--- /dev/null
+++ b/help-install/sk/main::opt::network.html
@@ -0,0 +1,35 @@
+<a name="o_hostip"/>
+<a name="o_netmask"/>
+<a name="o_gateway"/>
+
+<h3>
+<a name="network">Inštalačné možnosti: Sieťové voľby</a>
+</h3>
+
+<p>
+It is possible to configure the network interface right now. The
+hardware will be detected later by YaST2. The minimum set of options
+to configure your network card consists of host IP and netmask. For
+example:
+<ul>
+ <li>hostip=192.168.0.10 netmask=255.255.255.0</li>
+</ul>
+</p>
+
+<p>
+or in a shorter form:
+<ul>
+ <li>hostip=192.168.0.10/24</li>
+</ul>
+</p>
+
+<p>
+If you specified a <a href="#o_install">inštalácia po sieti</a> and do
+not specify both of these options, the installer tries to configure
+the network interface with <em>dhcp</em>. If you need a default
+gateway, specify this with the option <em>brána</em>. For
+example:
+<ul>
+ <li>gateway=192.168.0.8</li>
+</ul>
+</p>