aboutsummaryrefslogtreecommitdiffstats
path: root/installer/5/cs/content/Select-and-use-ISOs.html
diff options
context:
space:
mode:
Diffstat (limited to 'installer/5/cs/content/Select-and-use-ISOs.html')
-rw-r--r--installer/5/cs/content/Select-and-use-ISOs.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/installer/5/cs/content/Select-and-use-ISOs.html b/installer/5/cs/content/Select-and-use-ISOs.html
index 9a6f3060..587bd610 100644
--- a/installer/5/cs/content/Select-and-use-ISOs.html
+++ b/installer/5/cs/content/Select-and-use-ISOs.html
@@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=7"/>
<title>Select and use ISOs</title><meta name="generator" content="DocBook XSL-NS Stylesheets V1.75.2"/><link rel="home" href="index.html" title="Instalace pomocí DrakX"/><link rel="up" href="index.html" title="Instalace pomocí DrakX"/><link rel="prev" href="index.html" title="Instalace pomocí DrakX"/><link rel="next" href="installer.html" title="DrakX, Mageia instalátor"/><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><script type="text/javascript">
//The id for tree cookie
- var treeCookieId = "treeview-1967";
+ var treeCookieId = "treeview-2011";
var language = "en";
var w = new Object();
//Localization
@@ -50,7 +50,7 @@ software.</p></li></ul></div></div><div class="section" title="boot-nonfree.iso"
it.</p></li></ul></div></div></div></div><div class="section" title="Downloading and Checking Media"><div class="titlepage"><div><div><h3 class="title"><a id="d4e131"><!----></a>Downloading and Checking Media</h3></div></div></div><div class="section" title="Downloading"><div class="titlepage"><div><div><h4 class="title"><a id="d4e133"><!----></a>Downloading</h4></div></div></div><p>Once you have chosen your ISO file, you can download it using either http or
BitTorrent. In both cases, a window gives you some information, such as the
mirror in use and the possibility to change if the bandwidth is to low. If
-http is chosen, you may also see something like</p><div class="mediaobject"><img src="../../en/content/images/Checking.png" width="650"/></div><p>md5sum and sha1sum are tools to check the ISO integrity. Use only one of
+http is chosen, you may also see something like</p><div class="mediaobject"><img src="../../en/content/images/Checking.png"/></div><p>md5sum and sha1sum are tools to check the ISO integrity. Use only one of
them. Both hexadecimal numbers have been calculated by an algorithm from the
file to be downloaded. When you ask these algorithms to recalculate this
number from your downloaded file, either you have the same number and your
@@ -59,7 +59,7 @@ failure. A failure infers that you should retry the download.Then this
window appears:</p><div class="mediaobject"><img src="../../en/content/images/Download.png"/></div><p>Check the radio button Save File.</p></div><div class="section" title="Checking the downloaded media integrity"><div class="titlepage"><div><div><h4 class="title"><a id="d4e144"><!----></a>Checking the downloaded media integrity</h4></div></div></div><p>Open a console, no need to be root, and:</p><p>- To use md5sum, type: [sam@localhost]$ <strong class="userinput"><code>md5sum
path/to/the/image/file.iso</code></strong>.</p><p>- To use sha1sum, type: [sam@localhost]$ <strong class="userinput"><code>sha1sum
path/to/the/image/file.iso</code></strong>.</p><p>and compare the obtained number on your computer (you may have to wait for a
-while) with the number given by Mageia. Example:</p><div class="mediaobject"><img src="images/Md5sum.png" width="650"/></div><p/></div></div><div class="section" title="Burn or dump the ISO"><div class="titlepage"><div><div><h3 class="title"><a id="d4e156"><!----></a>Burn or dump the ISO</h3></div></div></div><p>The checked ISO can now be burned to a CD or DVD or dumped to a USB
+while) with the number given by Mageia. Example:</p><div class="mediaobject"><img src="images/Md5sum.png"/></div><p/></div></div><div class="section" title="Burn or dump the ISO"><div class="titlepage"><div><div><h3 class="title"><a id="d4e156"><!----></a>Burn or dump the ISO</h3></div></div></div><p>The checked ISO can now be burned to a CD or DVD or dumped to a USB
stick. These operations are not a simple copy and aim to make a boot-able
medium.</p><div class="section" title="Burning the ISO to a CD/DVD"><div class="titlepage"><div><div><h4 class="title"><a id="d4e159"><!----></a>Burning the ISO to a CD/DVD</h4></div></div></div><p>Use whatever burner you wish but ensure the burning device is set correctly
to <span class="bold"><strong>burn an image</strong></span>, burn data or files is not
@@ -68,11 +68,11 @@ wiki</a>.</p></div><div class="section" title="Zapsat ISO na USB flash"><div cla
and then use it to boot and install the system.</p><div class="warning" title="Varování" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Varování</h3><p>"dumping" an image onto a flash device destroys any previous file-system on
the device; any other data will be lost and the partition capacity will be
reduced to the image size.</p></div><p>To recover the original capacity, you must re-format the USB stick.</p><div class="section" title="Using Mageia"><div class="titlepage"><div><div><h5 class="title"><a id="d4e170"><!----></a>Using Mageia</h5></div></div></div><p>You can use a graphical tool like <a class="link" href="https://wiki.mageia.org/en/IsoDumper_Writing_ISO_images_on_USB_sticks" target="_top">IsoDumper</a></p><p>You can also use the dd tool in a console:</p><div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><p>Open a console</p></li><li class="listitem"><p>Become root with the command <strong class="userinput"><code>su -</code></strong> (don't forget the
-final '-' )</p><div class="mediaobject"><img src="images/Root.png" width="650"/></div></li><li class="listitem"><p>Plug your USB stick (do not mount it, this also means do not open any
-application or file manager that could access or read it)</p></li><li class="listitem"><p>Použijte příkaz <strong class="userinput"><code>fdisk -l</code></strong></p><div class="mediaobject"><img src="images/Fdisk.png" width="650"/></div></li><li class="listitem"><p>Find the device name for your USB stick (by its size), for example /dev/sdb
+final '-' )</p><div class="mediaobject"><img src="images/Root.png"/></div></li><li class="listitem"><p>Plug your USB stick (do not mount it, this also means do not open any
+application or file manager that could access or read it)</p></li><li class="listitem"><p>Použijte příkaz <strong class="userinput"><code>fdisk -l</code></strong></p><div class="mediaobject"><img src="images/Fdisk.png"/></div></li><li class="listitem"><p>Find the device name for your USB stick (by its size), for example /dev/sdb
in the screenshot above, it is a 8Go USB stick.</p></li><li class="listitem"><p>Enter the command: # <strong class="userinput"><code>dd if=path/to/the/ISO/file of=/dev/sdX
bs=1M</code></strong></p><p>Where X=your device name eg: /dev/sdc</p><p>Example: # <strong class="userinput"><code>dd if=/home/user/Downloads/Mageia-4-x86_64-DVD.iso
of=/dev/sdb bs=1M</code></strong></p></li><li class="listitem"><p>Enter the command: # <strong class="userinput"><code>sync</code></strong></p></li><li class="listitem"><p>Unplug your USB stick, it is done</p></li></ol></div></div><div class="section" title="Using Windows"><div class="titlepage"><div><div><h5 class="title"><a id="d4e205"><!----></a>Using Windows</h5></div></div></div><p>Můžete vyzkoušet:</p><p>- <a class="link" href="http://rufus.akeo.ie/?locale=en_US" target="_top">Rufus</a></p><p>- <a class="link" href="http://sourceforge.net/projects/win32diskimager" target="_top">Win32
Disk Imager</a></p><p/></div></div></div><div class="section" title="Mageia Installation"><div class="titlepage"><div><div><h3 class="title"><a id="d4e213"><!----></a>Mageia Installation</h3></div></div></div><p>This step is detailed in <a class="link" href="http://www.mageia.org/en/doc/" target="_top">the
Mageia documentation</a>.</p><p>More information is available in <a class="link" href="https://wiki.mageia.org/en/Category:Documentation" target="_top">the Mageia
-wiki</a>.</p></div></div><script xmlns="" type="text/javascript" src="main.js"><!----></script><hr xmlns=""/><div xmlns="" class="copyright">© Mageia</div><div xmlns="" class="license"><a href="index.html#CC_BY-SA">CC BY-SA 3.0</a></div><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Předcházející</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="installer.html">Další</a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Domů</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></div><div><div id="leftnavigation"><div id="tabs"><ul><li><a href="#treeDiv"><em>Contents</em></a></li><li><a href="#searchDiv"><em>Hledat</em></a></li></ul><div id="treeDiv"><img src="../../common/images/loading.gif" alt="loading table of contents..." id="tocLoading" style="display:block;"/><div id="ulTreeDiv" style="display:none"><ul id="tree" class="filetree"><li id="webhelp-currentid"><span class="file section"><a href="Select-and-use-ISOs.html">Select and use ISOs</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e18">Media</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e20">Definition</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e25">Classical installation media</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e27">Common features</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e34">DVD</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e45">DVD dual arch</a></span></li></ul></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e56">Live media</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e58">Common features</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e72">Live CD KDE</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e81">Live CD GNOME</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e90">Live DVD KDE</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e99">Live DVD GNOME</a></span></li></ul></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e108">Boot-only CD media</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e110">Common features</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e121">boot.iso</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e126">boot-nonfree.iso</a></span></li></ul></li></ul></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e131">Downloading and Checking Media</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e133">Downloading</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e144">Checking the downloaded media integrity</a></span></li></ul></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e156">Burn or dump the ISO</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e159">Burning the ISO to a CD/DVD</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e164">Zapsat ISO na USB flash</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e170">Using Mageia</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e205">Using Windows</a></span></li></ul></li></ul></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e213">Mageia Installation</a></span></li></ul></li><li><span class="file section"><a href="installer.html">DrakX, Mageia instalátor</a></span><ul><li><span class="file section"><a href="installer.html#installationSteps">Instalační kroky</a></span></li><li><span class="file section"><a href="installer.html#installationProblems">Problémy při instalaci a možné řešení</a></span><ul><li><span class="file section"><a href="installer.html#noX">Bez grafického rozhraní</a></span></li><li><span class="file section"><a href="installer.html#installFreezes">Instalace zamrzne</a></span></li><li><span class="file section"><a href="installer.html#kernelOptions">problém paměti RAM</a></span></li><li><span class="file section"><a href="installer.html#DynamicPartitions">Dynamic partitions</a></span></li></ul></li></ul></li><li><span class="file section"><a href="selectLanguage.html">Prosím zvolte si jazyk, který chcete používat</a></span></li><li><span class="file section"><a href="acceptLicense.html">Licence a Poznámky k vydání</a></span><ul><li><span class="file section"><a href="acceptLicense.html#license">Licenční ujednání</a></span></li><li><span class="file section"><a href="acceptLicense.html#releaseNotes">Poznámky k vydání</a></span></li></ul></li><li><span class="file section"><a href="setupSCSI.html">Nastavení SCSI</a></span></li><li><span class="file section"><a href="selectInstallClass.html">Instalace nebo Aktualizace</a></span></li><li><span class="file section"><a href="selectKeyboard.html">Klávesnice</a></span></li><li><span class="file section"><a href="doPartitionDisks.html">Rozdělení disku</a></span></li><li><span class="file section"><a href="ask_mntpoint_s.html">Zvolte si přípojné body</a></span></li><li><span class="file section"><a href="takeOverHdConfirm.html">Confirm hard disk to be formatted</a></span></li><li><span class="file section"><a href="diskdrake.html">Vlastní rozdělení disku pomocí DiskDrake</a></span></li><li><span class="file section"><a href="formatPartitions.html">Formátování</a></span></li><li><span class="file section"><a href="add_supplemental_media.html">Výběr zdroje (Nastavení doplňkových instalačních zdojů)</a></span></li><li><span class="file section"><a href="media_selection.html">Výběr zdrojů (Nonfree)</a></span></li><li><span class="file section"><a href="chooseDesktop.html">Výběr pracovního prostředí</a></span></li><li><span class="file section"><a href="choosePackageGroups.html">Výběr skupiny balíčků</a></span></li><li><span class="file section"><a href="minimal-install.html">Minimální instalace</a></span></li><li><span class="file section"><a href="choosePackagesTree.html">Výběr jednotlivých balíčků</a></span></li><li><span class="file section"><a href="addUser.html">Správa uživatele a supruživatele</a></span><ul><li><span class="file section"><a href="addUser.html#root-password">Nastavení hesla správce (uživetele root):</a></span></li><li><span class="file section"><a href="addUser.html#enterUser">Zadejte uživatele</a></span></li><li><span class="file section"><a href="addUser.html#addUserAdvanced">Rozšířená správa uživatelů</a></span></li></ul></li><li><span class="file section"><a href="configureX_chooser.html">Nastavení grafické karty a monitoru</a></span></li><li><span class="file section"><a href="configureX_card_list.html">Výběr X Serveru (Konfigurace vaší grafické karty)</a></span></li><li><span class="file section"><a href="configureX_monitor.html">Výběr monitoru</a></span></li><li><span class="file section"><a href="setupBootloader.html">Základní nastavení zaváděcího programu</a></span><ul><li><span class="file section"><a href="setupBootloader.html#usingMageiaBootloader">Using a Mageia bootloader</a></span></li><li><span class="file section"><a href="setupBootloader.html#usingExistingBootloader">Using an existing bootloader</a></span></li><li><span class="file section"><a href="setupBootloader.html#advancedOptionBootloader">Bootloader advanced option</a></span></li></ul></li><li><span class="file section"><a href="setupBootloaderAddEntry.html">Přidaní nebo změna položky v nabídce zavaděče</a></span></li><li><span class="file section"><a href="misc-params.html">Souhrn různých parametrů</a></span><ul><li><span class="file section"><a href="misc-params.html#misc-params-system">Systémové parametry</a></span></li><li><span class="file section"><a href="misc-params.html#misc-params-hardware">Hardwarové parametry</a></span></li><li><span class="file section"><a href="misc-params.html#misc-params-network">Parametry sítě a Internetu</a></span></li><li><span class="file section"><a href="misc-params.html#misc-params-security">Bezpečnost</a></span></li></ul></li><li><span class="file section"><a href="configureTimezoneUTC.html">Nastavení časového pásma</a></span></li><li><span class="file section"><a href="selectCountry.html">Vyberte zemi</a></span><ul><li><span class="file section"><a href="selectCountry.html#inputMethod">Vstupní metoda</a></span></li></ul></li><li><span class="file section"><a href="configureServices.html">Nastavení služeb</a></span></li><li><span class="file section"><a href="selectMouse.html">Výběr myši</a></span></li><li><span class="file section"><a href="soundConfig.html">Nastavení zvuku</a></span><ul><li><span class="file section"><a href="soundConfig.html#soundConfig-Advanced">Rozšíření</a></span></li></ul></li><li><span class="file section"><a href="securityLevel.html">Úroveň zabezpečení</a></span></li><li><span class="file section"><a href="installUpdates.html">Aktualizace</a></span></li><li><span class="file section"><a href="exitInstall.html">Gratulujeme</a></span></li><li><span class="file section"><a href="uninstall-Mageia.html">Uninstalling Mageia</a></span><ul><li><span class="file section"><a href="uninstall-Mageia.html#d4e1064">Howto</a></span></li></ul></li></ul></div></div><div id="searchDiv"><div id="search"><form onsubmit="Verifie(ditaSearch_Form);return false" name="ditaSearch_Form" class="searchForm"><fieldset class="searchFieldSet"><legend>Hledat</legend><center><input id="textToSearch" name="textToSearch" type="text" class="searchText"/> &nbsp; <input onclick="Verifie(ditaSearch_Form)" type="button" class="searchButton" value="Go" id="doSearch"/></center></fieldset></form></div><div id="searchResults"><center/></div></div></div></div></div></body></html>
+wiki</a>.</p></div></div><script xmlns="" type="text/javascript" src="main.js"><!----></script><hr xmlns=""/><div xmlns="" class="copyright">© Mageia</div><div xmlns="" class="license"><a href="index.html#CC_BY-SA">CC BY-SA 3.0</a></div><div id="upload_date">Uploaded on 02/07/2015</div><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Předcházející</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="installer.html">Další</a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Domů</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></div><div><div id="leftnavigation"><div id="tabs"><ul><li><a href="#treeDiv"><em>Contents</em></a></li><li><a href="#searchDiv"><em>Hledat</em></a></li></ul><div id="treeDiv"><img src="../../common/images/loading.gif" alt="loading table of contents..." id="tocLoading" style="display:block;"/><div id="ulTreeDiv" style="display:none"><ul id="tree" class="filetree"><li id="webhelp-currentid"><span class="file section"><a href="Select-and-use-ISOs.html">Select and use ISOs</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e18">Media</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e20">Definition</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e25">Classical installation media</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e27">Common features</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e34">DVD</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e45">DVD dual arch</a></span></li></ul></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e56">Live media</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e58">Common features</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e72">Live CD KDE</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e81">Live CD GNOME</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e90">Live DVD KDE</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e99">Live DVD GNOME</a></span></li></ul></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e108">Boot-only CD media</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e110">Common features</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e121">boot.iso</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e126">boot-nonfree.iso</a></span></li></ul></li></ul></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e131">Downloading and Checking Media</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e133">Downloading</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e144">Checking the downloaded media integrity</a></span></li></ul></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e156">Burn or dump the ISO</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e159">Burning the ISO to a CD/DVD</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e164">Zapsat ISO na USB flash</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e170">Using Mageia</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e205">Using Windows</a></span></li></ul></li></ul></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e213">Mageia Installation</a></span></li></ul></li><li><span class="file section"><a href="installer.html">DrakX, Mageia instalátor</a></span><ul><li><span class="file section"><a href="installer.html#installationSteps">Instalační kroky</a></span></li><li><span class="file section"><a href="installer.html#installationProblems">Problémy při instalaci a možné řešení</a></span><ul><li><span class="file section"><a href="installer.html#noX">Bez grafického rozhraní</a></span></li><li><span class="file section"><a href="installer.html#installFreezes">Instalace zamrzne</a></span></li><li><span class="file section"><a href="installer.html#kernelOptions">problém paměti RAM</a></span></li><li><span class="file section"><a href="installer.html#DynamicPartitions">Dynamic partitions</a></span></li></ul></li></ul></li><li><span class="file section"><a href="selectLanguage.html">Prosím zvolte si jazyk, který chcete používat</a></span></li><li><span class="file section"><a href="acceptLicense.html">Licence a Poznámky k vydání</a></span><ul><li><span class="file section"><a href="acceptLicense.html#license">Licenční ujednání</a></span></li><li><span class="file section"><a href="acceptLicense.html#releaseNotes">Poznámky k vydání</a></span></li></ul></li><li><span class="file section"><a href="setupSCSI.html">Nastavení SCSI</a></span></li><li><span class="file section"><a href="selectInstallClass.html">Instalace nebo Aktualizace</a></span></li><li><span class="file section"><a href="selectKeyboard.html">Klávesnice</a></span></li><li><span class="file section"><a href="doPartitionDisks.html">Rozdělení disku</a></span></li><li><span class="file section"><a href="ask_mntpoint_s.html">Zvolte si přípojné body</a></span></li><li><span class="file section"><a href="takeOverHdConfirm.html">Confirm hard disk to be formatted</a></span></li><li><span class="file section"><a href="diskdrake.html">Vlastní rozdělení disku pomocí DiskDrake</a></span></li><li><span class="file section"><a href="formatPartitions.html">Formátování</a></span></li><li><span class="file section"><a href="add_supplemental_media.html">Výběr zdroje (Nastavení doplňkových instalačních zdojů)</a></span></li><li><span class="file section"><a href="media_selection.html">Výběr zdrojů (Nonfree)</a></span></li><li><span class="file section"><a href="chooseDesktop.html">Výběr pracovního prostředí</a></span></li><li><span class="file section"><a href="choosePackageGroups.html">Výběr skupiny balíčků</a></span></li><li><span class="file section"><a href="minimal-install.html">Minimální instalace</a></span></li><li><span class="file section"><a href="choosePackagesTree.html">Výběr jednotlivých balíčků</a></span></li><li><span class="file section"><a href="addUser.html">Správa uživatele a supruživatele</a></span><ul><li><span class="file section"><a href="addUser.html#root-password">Nastavení hesla správce (uživetele root):</a></span></li><li><span class="file section"><a href="addUser.html#enterUser">Zadejte uživatele</a></span></li><li><span class="file section"><a href="addUser.html#addUserAdvanced">Rozšířená správa uživatelů</a></span></li></ul></li><li><span class="file section"><a href="configureX_chooser.html">Nastavení grafické karty a monitoru</a></span></li><li><span class="file section"><a href="configureX_card_list.html">Výběr X Serveru (Konfigurace vaší grafické karty)</a></span></li><li><span class="file section"><a href="configureX_monitor.html">Výběr monitoru</a></span></li><li><span class="file section"><a href="setupBootloader.html">Základní nastavení zaváděcího programu</a></span><ul><li><span class="file section"><a href="setupBootloader.html#usingMageiaBootloader">Using a Mageia bootloader</a></span></li><li><span class="file section"><a href="setupBootloader.html#usingExistingBootloader">Using an existing bootloader</a></span></li><li><span class="file section"><a href="setupBootloader.html#advancedOptionBootloader">Bootloader advanced option</a></span></li></ul></li><li><span class="file section"><a href="setupBootloaderAddEntry.html">Přidaní nebo změna položky v nabídce zavaděče</a></span></li><li><span class="file section"><a href="misc-params.html">Souhrn různých parametrů</a></span><ul><li><span class="file section"><a href="misc-params.html#misc-params-system">Systémové parametry</a></span></li><li><span class="file section"><a href="misc-params.html#misc-params-hardware">Hardwarové parametry</a></span></li><li><span class="file section"><a href="misc-params.html#misc-params-network">Parametry sítě a Internetu</a></span></li><li><span class="file section"><a href="misc-params.html#misc-params-security">Bezpečnost</a></span></li></ul></li><li><span class="file section"><a href="configureTimezoneUTC.html">Nastavení časového pásma</a></span></li><li><span class="file section"><a href="selectCountry.html">Vyberte zemi</a></span><ul><li><span class="file section"><a href="selectCountry.html#inputMethod">Vstupní metoda</a></span></li></ul></li><li><span class="file section"><a href="configureServices.html">Nastavení služeb</a></span></li><li><span class="file section"><a href="selectMouse.html">Výběr myši</a></span></li><li><span class="file section"><a href="soundConfig.html">Nastavení zvuku</a></span><ul><li><span class="file section"><a href="soundConfig.html#soundConfig-Advanced">Rozšíření</a></span></li></ul></li><li><span class="file section"><a href="securityLevel.html">Úroveň zabezpečení</a></span></li><li><span class="file section"><a href="installUpdates.html">Aktualizace</a></span></li><li><span class="file section"><a href="exitInstall.html">Gratulujeme</a></span></li><li><span class="file section"><a href="uninstall-Mageia.html">Uninstalling Mageia</a></span><ul><li><span class="file section"><a href="uninstall-Mageia.html#d4e1091">Howto</a></span></li></ul></li></ul></div></div><div id="searchDiv"><div id="search"><form onsubmit="Verifie(ditaSearch_Form);return false" name="ditaSearch_Form" class="searchForm"><fieldset class="searchFieldSet"><legend>Hledat</legend><center><input id="textToSearch" name="textToSearch" type="text" class="searchText"/> &nbsp; <input onclick="Verifie(ditaSearch_Form)" type="button" class="searchButton" value="Go" id="doSearch"/></center></fieldset></form></div><div id="searchResults"><center/></div></div></div></div></div></body></html>