diff options
author | Miroslav Kure <kurem@upcase.inf.upol.cz> | 2012-07-18 13:58:16 +0000 |
---|---|---|
committer | Miroslav Kure <kurem@upcase.inf.upol.cz> | 2012-07-18 13:58:16 +0000 |
commit | 441e513d0c457f4a7d64bef936e1239a8b1a8a8e (patch) | |
tree | 8ad8bbe68341a8430dbcb3e2e77ab0a8bdfdf5cc /cs | |
parent | 9306f154820c963e12cce3ee407a67b11086d3b0 (diff) | |
download | installation-guide-441e513d0c457f4a7d64bef936e1239a8b1a8a8e.zip |
[l10n] Bring Czech translation to 100%, again
Diffstat (limited to 'cs')
-rw-r--r-- | cs/appendix/chroot-install.xml | 10 | ||||
-rw-r--r-- | cs/hardware/hardware-supported.xml | 19 | ||||
-rw-r--r-- | cs/install-methods/usb-setup/x86.xml | 6 |
3 files changed, 25 insertions, 10 deletions
diff --git a/cs/appendix/chroot-install.xml b/cs/appendix/chroot-install.xml index cc18a5322..e797b734c 100644 --- a/cs/appendix/chroot-install.xml +++ b/cs/appendix/chroot-install.xml @@ -1,5 +1,5 @@ <!-- $Id$ --> -<!-- original version: 67215 --> +<!-- original version: 67835 --> <sect1 id="linux-upgrade"> <title>Jak nainstalovat &debian-gnu; ze stávajícího unixového/linuxového systému</title> @@ -166,18 +166,16 @@ soubor: <userinput>file:/cdrom/debian/</userinput>. V ukázkovém příkazu <command>debootstrap</command> nahraďte <replaceable>ARCH</replaceable> jedním z následujících: -<userinput>alpha</userinput>, <userinput>amd64</userinput>, -<userinput>arm</userinput>, <userinput>armel</userinput>, -<userinput>hppa</userinput>, +<userinput>armhf</userinput>, <userinput>i386</userinput>, <userinput>ia64</userinput>, -<userinput>m68k</userinput>, <userinput>mips</userinput>, <userinput>mipsel</userinput>, <userinput>powerpc</userinput>, -<userinput>s390</userinput> nebo +<userinput>s390</userinput>, +<userinput>s390x</userinput> nebo <userinput>sparc</userinput>. <informalexample><screen> diff --git a/cs/hardware/hardware-supported.xml b/cs/hardware/hardware-supported.xml index 054357f80..7bf7e44ae 100644 --- a/cs/hardware/hardware-supported.xml +++ b/cs/hardware/hardware-supported.xml @@ -1,5 +1,5 @@ <!-- $Id$ --> -<!-- original version: 65172 --> +<!-- original version: 67835 --> <sect1 id="hardware-supported"> <title>Podporovaná zařízení</title> @@ -74,6 +74,13 @@ architektur a několik jejich variant. </row> <row> + <entry>ARM s hardwarovým FPU</entry> + <entry>armhf</entry> + <entry>Freescale</entry> + <entry>mx5</entry> +</row> + +<row> <entry morerows="1">HP PA-RISC</entry> <entry morerows="1">hppa</entry> <entry>PA-RISC 1.1</entry> @@ -148,6 +155,16 @@ architektur a několik jejich variant. <entry>tape</entry> </row> +<row> + <entry morerows="1">64 bitové IBM S/390</entry> + <entry morerows="1">s390x</entry> + <entry>IPL z VM-reader a DASD</entry> + <entry>generic</entry> +</row><row> + <entry>IPL z pásky</entry> + <entry>tape</entry> +</row> + </tbody></tgroup></informaltable> </para><para> diff --git a/cs/install-methods/usb-setup/x86.xml b/cs/install-methods/usb-setup/x86.xml index 45fc2ae5f..6f6fd4998 100644 --- a/cs/install-methods/usb-setup/x86.xml +++ b/cs/install-methods/usb-setup/x86.xml @@ -1,5 +1,5 @@ <!-- $Id$ --> -<!-- original version: 67791 --> +<!-- original version: 67825 --> <sect3 arch="x86"> <title>Rozdělení USB zařízení</title> @@ -13,13 +13,13 @@ disku<footnote><para> Nezapomeňte oblasti nastavit <quote>zaváděcí</quote> příznak. -</para></footnote>, nainstalujte MBR +</para></footnote>, nainstalujte MBR příkazem <informalexample><screen> <prompt>#</prompt> <userinput>install-mbr /dev/<replaceable>sdX</replaceable></userinput> </screen></informalexample> -a vytvořte souborový systém příkazem +z balíku <classname>mbr</classname> a vytvořte souborový systém <informalexample><screen> <prompt>#</prompt> <userinput>mkdosfs /dev/<replaceable>sdX1</replaceable></userinput> |