summaryrefslogtreecommitdiffstats
path: root/help-install/tr/main::opt::network.html
diff options
context:
space:
mode:
authortarakbumba <tarakbumba@gmail.com>2013-12-09 01:08:14 +0200
committertarakbumba <tarakbumba@gmail.com>2013-12-09 01:08:14 +0200
commit2a42ddcd5378f1ac6e60b0a139ba4f7734d8fabe (patch)
treecd2174533a75a04ce4b7d37f0fe6494b0ad87051 /help-install/tr/main::opt::network.html
parent8bae19d75a1c2885c7adbe23dffb78e82122ddb3 (diff)
downloadbootloader-theme-2a42ddcd5378f1ac6e60b0a139ba4f7734d8fabe.tar
bootloader-theme-2a42ddcd5378f1ac6e60b0a139ba4f7734d8fabe.tar.gz
bootloader-theme-2a42ddcd5378f1ac6e60b0a139ba4f7734d8fabe.tar.bz2
bootloader-theme-2a42ddcd5378f1ac6e60b0a139ba4f7734d8fabe.tar.xz
bootloader-theme-2a42ddcd5378f1ac6e60b0a139ba4f7734d8fabe.zip
Added complete Turkish translation of mageia-gfxboot-theme-help-install
Diffstat (limited to 'help-install/tr/main::opt::network.html')
-rw-r--r--help-install/tr/main::opt::network.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/help-install/tr/main::opt::network.html b/help-install/tr/main::opt::network.html
new file mode 100644
index 0000000..ccfe7d4
--- /dev/null
+++ b/help-install/tr/main::opt::network.html
@@ -0,0 +1,22 @@
+<a name="o_hostip" />
+<a name="o_netmask" />
+<a name="o_gateway" />
+
+<h3>
+<a name="network">Kurulum Seçenekleri: Ağ Seçenekleri</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">network-based install</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>gateway</em>. For example: <ul>
+ <li>gateway=192.168.0.8</li>
+</ul>
+</p>