From a81887c2003e49b0fafd0343474abdf87d483a62 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Thu, 11 Mar 2021 19:05:39 +0100 Subject: Adding or refreshing draklive in cs --- draklive/8/cs/content/Select-and-use-ISOs.html | 116 +++++ draklive/8/cs/content/acceptLicense.html | 41 ++ draklive/8/cs/content/addUser.html | 51 ++ draklive/8/cs/content/ar01s02.html | 56 +++ draklive/8/cs/content/bestTime.html | 36 ++ draklive/8/cs/content/configureTimezoneUTC.html | 37 ++ draklive/8/cs/content/diskPartitioning.html | 114 +++++ draklive/8/cs/content/draft.png | Bin 0 -> 16150 bytes draklive/8/cs/content/images/Fdisk.png | Bin 0 -> 22864 bytes draklive/8/cs/content/images/Md5sum.png | Bin 0 -> 4219 bytes draklive/8/cs/content/images/Root.png | Bin 0 -> 2673 bytes .../8/cs/content/images/dx2-installUpdates.png | Bin 0 -> 36847 bytes draklive/8/cs/content/images/live-bootCSM.png | Bin 0 -> 326473 bytes draklive/8/cs/content/images/live-bootUEFI.png | Bin 0 -> 324685 bytes .../images/live-unused-InstallationProgress.png | Bin 0 -> 163874 bytes draklive/8/cs/content/index.html | 39 ++ draklive/8/cs/content/installUpdates.html | 36 ++ draklive/8/cs/content/login.html | 37 ++ draklive/8/cs/content/main.js | 179 +++++++ draklive/8/cs/content/nwSearchFnt.js | 524 +++++++++++++++++++++ draklive/8/cs/content/reboot.html | 38 ++ draklive/8/cs/content/search/default.props | 1 + draklive/8/cs/content/search/en-us.props | 45 ++ draklive/8/cs/content/search/es-es.props | 179 +++++++ draklive/8/cs/content/search/htmlFileInfoList.js | 17 + draklive/8/cs/content/search/htmlFileList.js | 18 + draklive/8/cs/content/search/index-1.js | 426 +++++++++++++++++ draklive/8/cs/content/search/index-2.js | 425 +++++++++++++++++ draklive/8/cs/content/search/index-3.js | 422 +++++++++++++++++ draklive/8/cs/content/search/ja-jp.props | 1 + draklive/8/cs/content/search/nwSearchFnt.js | 513 ++++++++++++++++++++ draklive/8/cs/content/search/punctuation.props | 31 ++ .../8/cs/content/search/stemmers/de_stemmer.js | 247 ++++++++++ .../8/cs/content/search/stemmers/en_stemmer.js | 187 ++++++++ .../8/cs/content/search/stemmers/fr_stemmer.js | 299 ++++++++++++ draklive/8/cs/content/selectKeyboardLive.html | 35 ++ draklive/8/cs/content/selectLanguage.html | 40 ++ draklive/8/cs/content/setupBootloader.html | 93 ++++ draklive/8/cs/content/testing.html | 40 ++ draklive/8/cs/content/uninstall-Mageia.html | 48 ++ draklive/8/cs/content/unused.html | 40 ++ draklive/8/cs/content/webhelp-custom.css | 229 +++++++++ draklive/8/cs/content/webhelp-default.css | 92 ++++ draklive/8/cs/index.html | 15 + 44 files changed, 4747 insertions(+) create mode 100644 draklive/8/cs/content/Select-and-use-ISOs.html create mode 100644 draklive/8/cs/content/acceptLicense.html create mode 100644 draklive/8/cs/content/addUser.html create mode 100644 draklive/8/cs/content/ar01s02.html create mode 100644 draklive/8/cs/content/bestTime.html create mode 100644 draklive/8/cs/content/configureTimezoneUTC.html create mode 100644 draklive/8/cs/content/diskPartitioning.html create mode 100644 draklive/8/cs/content/draft.png create mode 100644 draklive/8/cs/content/images/Fdisk.png create mode 100644 draklive/8/cs/content/images/Md5sum.png create mode 100644 draklive/8/cs/content/images/Root.png create mode 100644 draklive/8/cs/content/images/dx2-installUpdates.png create mode 100644 draklive/8/cs/content/images/live-bootCSM.png create mode 100644 draklive/8/cs/content/images/live-bootUEFI.png create mode 100644 draklive/8/cs/content/images/live-unused-InstallationProgress.png create mode 100644 draklive/8/cs/content/index.html create mode 100644 draklive/8/cs/content/installUpdates.html create mode 100644 draklive/8/cs/content/login.html create mode 100644 draklive/8/cs/content/main.js create mode 100644 draklive/8/cs/content/nwSearchFnt.js create mode 100644 draklive/8/cs/content/reboot.html create mode 100644 draklive/8/cs/content/search/default.props create mode 100644 draklive/8/cs/content/search/en-us.props create mode 100644 draklive/8/cs/content/search/es-es.props create mode 100644 draklive/8/cs/content/search/htmlFileInfoList.js create mode 100644 draklive/8/cs/content/search/htmlFileList.js create mode 100644 draklive/8/cs/content/search/index-1.js create mode 100644 draklive/8/cs/content/search/index-2.js create mode 100644 draklive/8/cs/content/search/index-3.js create mode 100644 draklive/8/cs/content/search/ja-jp.props create mode 100644 draklive/8/cs/content/search/nwSearchFnt.js create mode 100644 draklive/8/cs/content/search/punctuation.props create mode 100644 draklive/8/cs/content/search/stemmers/de_stemmer.js create mode 100644 draklive/8/cs/content/search/stemmers/en_stemmer.js create mode 100644 draklive/8/cs/content/search/stemmers/fr_stemmer.js create mode 100644 draklive/8/cs/content/selectKeyboardLive.html create mode 100644 draklive/8/cs/content/selectLanguage.html create mode 100644 draklive/8/cs/content/setupBootloader.html create mode 100644 draklive/8/cs/content/testing.html create mode 100644 draklive/8/cs/content/uninstall-Mageia.html create mode 100644 draklive/8/cs/content/unused.html create mode 100644 draklive/8/cs/content/webhelp-custom.css create mode 100644 draklive/8/cs/content/webhelp-default.css create mode 100644 draklive/8/cs/index.html (limited to 'draklive/8') diff --git a/draklive/8/cs/content/Select-and-use-ISOs.html b/draklive/8/cs/content/Select-and-use-ISOs.html new file mode 100644 index 00000000..579db990 --- /dev/null +++ b/draklive/8/cs/content/Select-and-use-ISOs.html @@ -0,0 +1,116 @@ + + + + + Vyberte a používejte ISO

Vyberte a používejte ISO

Úvod

Mageia is distributed via ISO images. This page will help you to choose +which image best suits your needs.

K dispozici jsou tři typy instalačních médií:

  • Classical installer: Booting with this +media provides you with the maximum flexibility when choosing what to +install, and for configuring your system. In particular, you have a choice +of which Desktop environment to install.

  • LIVE media: This option allows you to try +out Mageia without having to actually install it, or make any changes to +your computer. However, the Live media also includes an Installer, which can +be started when booting the media, or after booting into the Live operating +system itself.

    Poznámka

    The Live Installer is simpler compared to the Classical Installer - but you +have fewer configuration options.

    Důležité

    Live ISOs can only be used to create clean installations, +they cannot be used to upgrade previously installed Mageia releases.

  • Net Install: These are minimal ISO's +containing no more than that which is needed to start the DrakX installer +and find DrakX-installer-stage2 and other packages that +are needed to continue and complete the install. These packages may be on +the PC hard disk, on a local drive, on a local network or on the Internet.

    These media are very light (less than 100 MB) and are convenient if +bandwidth is too low to download a full DVD, or if you have a PC without a +DVD drive or is unable to boot from a USB stick.

More details are given in the next sections.

Média

Definice

Here, a medium (plural: media) is an ISO image file that allows you to +install and/or update Mageia and, by extension, any physical medium (DVD, +USB stick, ...) the ISO file is copied to.

ISO soubory Mageia naleznete zde.

Klasické instalační nosiče

Běžné vlastnosti
  • These ISOs use the Classical installer called DrakX

  • They are used for performing clean installs or to upgrade a previously +installed version of Mageia

  • Different media for 32 and 64-bit architectures

  • Some tools are available in the Installer Welcome screen: +Rescue System, Memory Test, and Hardware +Detection Tool

  • Každé DVD obsahuje spoustu grafických prostředí a jazykových mutací

  • You'll be given the choice during the installation to add non-free software

Živé nosiče

Běžné vlastnosti
  • Can be used to preview the Mageia operating system without having to install +it

  • The Live media also includes an Installer.

  • Each ISO contains only one desktop environment (Plasma, GNOME or Xfce)

  • Different media for 32 and 64-bit architectures

  • They contain non-free software

Živé DVD Plasma
  • Plasma desktop environment only

  • All available languages are present

  • Pouze 64-bit architektura

Live DVD GNOME
  • GNOME desktop environment only

  • All available languages are present

  • Pouze 64-bit architektura

Živé DVD Xfce
  • Xfce desktop environment only

  • All available languages are present

  • 32 nebo 64-bit architektura

Médium pro síťovou instalaci

Běžné vlastnosti
  • Different media for 32 and 64-bit architectures

  • First steps are English language only

netinstall.iso
  • Contains only free software, for those who prefer to not use non-free +software

netinstall-nonfree.iso
  • Contains non-free software (mostly drivers, codecs...) for those who need it

Stahování a zkontrolování nosiče

Stažení

Once you have chosen your ISO file, you can download it using either http or +BitTorrent. In both cases, you are provided with some information, such as +the mirror in use and an option to switch to an alternative if the bandwidth +is too low.

If http is chosen you will also see some information regarding checksums.

md5sum, sha1sum and +sha512sum (the most secure) are tools to check the ISO +integrity. Copy one of the checksums (string of alphanumeric characters) for +use in the next section.

In the meantime, a window to download the actual ISO will open:

Click on Save File, then click OK.

Ověřování neporušenosti stáhnutého nosiče

The checksums referred to earlier, are digital fingerprints generated by an +algorithm from the file to be downloaded. You may compare the checksum of +your downloaded ISO against that of the original source ISO. If the +checksums do not match, it means that the actual data on the ISO's do not +match, and if that is the case, then you should retry the download or +attempt a repair using BitTorrent.

To generate the checksum for your downloaded ISO, open a console, (no need +to be root), and:

  • To use the md5sum, type: md5sum +path/to/the/image/file.iso

  • To use the sha1sum, type: sha1sum +path/to/the/image/file.iso

  • To use the sha512sum, type: sha512sum +path/to/the/image/file.iso

Příklad:

then compare the result (you may have to wait for a while) with the ISO +checksum provided by Mageia.

Vypálení nebo vepsání souboru ISO

The verified ISO can now be burned to a CD/DVD or dumped to a +USB stick. This is not a standard copy operation, as a bootable medium will +actually be created.

Vypálení souboru ISO na CD/DVD

Whichever software you use, ensure that the option to burn an +image is used. Burn data or +files is NOT correct. See the the Mageia +wiki for more information.

Zapsat ISO na USB flash

All Mageia ISOs are hybrids, which means you can dump them to a USB stick +and then use that to boot and install the system.

Varování

Dumping an image onto a flash device destroys any previous file-system on +the device and all existing data will be lost.

Poznámka

Also, the only partition on the flash device will then just be the Mageia +ISO partition.

So, if an ISO of about 4GB is written to an 8GB USB stick, the stick will +then only show up as 4GB. This is because the remaining 4GB is no longer +formatted - hence not currently available for use. To recover the original +capacity, you must reformat and repartition the USB stick.

Použitím grafického nástroje v Mageii

Můžete použít grafický nástroj, jakým je IsoDumper

Použitím grafického nástroje ve Windows

Můžete vyzkoušet:

Using the Command line within a GNU/Linux system

Varování

It is potentially *dangerous* to do this by hand. You risk overwriting +potentially valuable existing data if you specify the wrong target device.

  1. Otevřete konzoli

  2. Become a root (Administrator) user with the command +su - (don't forget the - )

  3. Plug in your USB stick - but do not mount it (this also means do not open +any application or file manager that could access or read it)

  4. Enter the command fdisk -l

  5. Find the device name for your USB stick (by its size), for example +/dev/sdb in the screenshot above, is an 8GB USB stick.

    Alternatively, you can find the device name with the command +dmesg. Towards the end of the following example, you can +see the device name starting with sd, and in this case, +sdd is the actual device. You can also see that its +size is 2GB:

    [72594.604531] usb 1-1: new high-speed USB device number 27 using xhci_hcd
    +[72594.770528] usb 1-1: New USB device found, idVendor=8564, idProduct=1000
    +[72594.770533] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    +[72594.770536] usb 1-1: Product: Mass Storage Device
    +[72594.770537] usb 1-1: Manufacturer: JetFlash
    +[72594.770539] usb 1-1: SerialNumber: 18MJTWLMPUCC3SSB
    +[72594.770713] usb 1-1: ep 0x81 - rounding interval to 128 microframes, ep desc says 255 microframes
    +[72594.770719] usb 1-1: ep 0x2 - rounding interval to 128 microframes, ep desc says 255 microframes
    +[72594.771122] usb-storage 1-1:1.0: USB Mass Storage device detected
    +[72594.772447] scsi host8: usb-storage 1-1:1.0
    +[72595.963238] scsi 8:0:0:0: Direct-Access     JetFlash Transcend 2GB    1100 PQ: 0 ANSI: 4
    +[72595.963626] sd 8:0:0:0: [sdd] 4194304 512-byte logical blocks: (2.14 GB/2.00 GiB)
    +[72595.964104] sd 8:0:0:0: [sdd] Write Protect is off
    +[72595.964108] sd 8:0:0:0: [sdd] Mode Sense: 43 00 00 00
    +[72595.965025] sd 8:0:0:0: [sdd] No Caching mode page found
    +[72595.965031] sd 8:0:0:0: [sdd] Assuming drive cache: write through
    +[72595.967251]  sdd: sdd1
    +[72595.969446] sd 8:0:0:0: [sdd] Attached SCSI removable disk
  6. Enter the command: dd if=path/to/the/ISO/file +of=/dev/sdX bs=1M

    Where X=your device name eg: +/dev/sdd

    Example: dd if=/home/user/Downloads/Mageia-6-x86_64-DVD.iso +of=/dev/sdd bs=1M

    Tip

    It might be helpful to know that if stands +for input file and of stands +for output file

  7. Enter the command: sync

  8. Toto je konec procesu. Nyní můžete USB disk vytáhnout.


Uploaded on 11/03/2021
loading table of contents...
diff --git a/draklive/8/cs/content/acceptLicense.html b/draklive/8/cs/content/acceptLicense.html new file mode 100644 index 00000000..0ce592a4 --- /dev/null +++ b/draklive/8/cs/content/acceptLicense.html @@ -0,0 +1,41 @@ + + + + + Licence a poznámky k vydání

Licence a poznámky k vydání

Licenční ujednání

  • Před instalací Mageii, si pečlivě přečtěte +licenční podmínky a ustanovení.

  • Tyto podmínky a ujednání se vztahují na celou distribuci +Mageia a musí být přijaty dříve, než budete moci +pokračovat.

  • Pro pokračování, jednoduše zvolte Přijmout a poté +klikněte na tlačítko Další

Pokud se rozhodnete nepřijmout tyto podmínky, pak vám děkujeme za váš zájem +o projekt Mageia. Klepnutím na tlačítko Ukončit +restartujete váš počítač.

Poznámky k vydání

Důležité informace o tomto vydání Mageia můžete zobrazit kliknutím na +tlačítko Poznámky k vydání.


Uploaded on 11/03/2021
loading table of contents...
diff --git a/draklive/8/cs/content/addUser.html b/draklive/8/cs/content/addUser.html new file mode 100644 index 00000000..2d6e98cf --- /dev/null +++ b/draklive/8/cs/content/addUser.html @@ -0,0 +1,51 @@ + + + + + Správa uživatelů

Správa uživatelů

Nastavení hesla správce (uživatele root):

Pro všechny Mageia instalace je doporučeno nastavit superuživatelské +(Administrátorské) heslo, v Linuxu také přezdívané jako heslo uživatele +root. Budete muset zopakovat zadání hesla do pole níže +pro ověření, že jste v prvním poli neudělali překlep.

Poznámka

Když budete psát heslo do vrchního pole, ikonka štítu se bude měnit z +červené na žlutou a dále na zelenou, v závislosti na síle vašeho +hesla. Zelená ikonka štítu vyznačuje, že používáte silné heslo.

Všechny hesla rozlišují malá a velká písmena. Je nejlepší používat kombinaci +písmen (malých i velkých), čísel a dalších znaků při vytváření hesla.

Zadejte uživatele

Zde přidejte uživatele. Uživatel má méně oprávnění než superuživatel (root), +ale dost na procházení internetu, používání kancelářskych aplikací anebo +hraní her a pro cokoli jiného, co se svým počítačem provádí běžný uživatel.

  • Ikona

    Pokud chcete změnit ikonu uživatele, klepněte na toto tlačítko

  • Skutečné Jméno

    Do tohoto pole vložte skutečné jméno uživatele

  • Přihlašovací Jméno

    Zde můžete zadat uživatelské přihlašovací jméno, nebo můžete nechat +instalační program se pokusit použít skutečné jméno uživatele. Přihlašovací jméno rozlišuje malá a velká písmena.

    Výstraha

    Přihlašovací jméno zadané zde by mělo být jiné, než přihlašovací jméno, +které se aktuálně používá v adresáři /home. Některé +uživatelské parametry budou zapsány v uživatelském adresáři, takže by mohly +přepsat data od aplikací jako například Firefox, Thunderbird nebo Kmail a +další...

  • Heslo

    Zadejte uživatelské heslo (pamatujte na doporučení z poznámky výše).

    Heslo (znovu): Znovu zadejte uživatelské +heslo. DrakX zkontroluje, zda jste heslo zadali správně.

Poznámka

Jakýkoliv uživatel přidaný v průběhu instalace Mageie bude mít domovský +adresář chráněn proti čtení a zápisu (umask=0027)

Během instalace můžete přidat další potřebné uživatele v kroku +Nastavení - Souhrn, zvolením Správa +uživatelů.

Přístupová oprávnění lze změnit také po instalaci.


Uploaded on 11/03/2021
loading table of contents...
diff --git a/draklive/8/cs/content/ar01s02.html b/draklive/8/cs/content/ar01s02.html new file mode 100644 index 00000000..e2d03747 --- /dev/null +++ b/draklive/8/cs/content/ar01s02.html @@ -0,0 +1,56 @@ + + + + + Zavést Mageiu jako živý systém

Zavést Mageiu jako živý systém

Zavedení z datového nosiče

Můžete nastartovat přímo z živého DVD, nebo USB. Obvykle stačí zasunout USB +zařízaní nebo vložit DVD do mechaniky a restartovat počítač.

If the computer does not automatically boot from the USB or DVD you may need +to reconfigure your BIOS Boot Disk priority. Alternatively, you might try +accessing the boot device menu to select a device from which the computer +will boot.

Tip

Pro přístup do BIOSu, nebo boot menu, když počítač startuje, můžete +vyzkoušet stisknutí kláves F2, Del nebo +Esc. Pro boot menu pak Esc, +F8, F10 nebo F11. Tyto +(poměrně běžné) klávesy jsou pouze výběrem možných.

Poznámka

The actual screen that you will first see when booting from the Live media +will depend on whether your computer motherboard is of the Legacy (BIOS) or +UEFI type.

V zastaralém režimu BIOS/CSM

První obrazovka během spouštění v režimu BIOS

Nabídka

  • Zavést Mageiu

    Tato volba nahraje systém s živou Mageiou z připojeného DVD/USB (očekávejte, +že běh bude mnohem pomalejší než z instalovaného OS).

    Po dokončení spuštění můžete pokračovat v instalaci.

    • + použít nesvobodné video ovladače (pomalejší +zavedení)

      Spuštění živého systému Mageia s použitím nesvobodných video ovladačů

  • Instalovat Mageiu

    Tato volba nainstaluje Mageiu na pevný disk.

    • + použít nesvobodné video ovladače (pomalejší +zavedení)

      Instalovat Mageiu s použitím nesvobodných ovladačů grafické karty

  • Test paměti

    Test the installed RAM by performing multiple read and write +operations. Reboot to end the test.

  • F2 Jazyk

    Press F2 to have the installer use a specific language +during the installation. Use the arrow keys to select the language then +press Enter.

V režimu UEFI

První obrazovka při startu v UEFI módu

Nabídka

  • Zavést Mageiu

    This option will boot the Mageia Live system from the connected DVD/USB +media (expect a very slow system compared to an installed OS). Once the +boot is done, you can proceed to the installation

  • Instalovat Mageiu

    Tato volba nainstaluje Mageiu na pevný disk.

  • F2 Jazyk

    Press F2 to have the installer use a specific language +during the installation. Use the arrow keys to select the language then +press Enter.

Poznámka

If you booted from a USB stick, you will see the above menu options +duplicated, and in this case, you should choose from the menu pair that will +be suffixed with "USB".


Uploaded on 11/03/2021
loading table of contents...
diff --git a/draklive/8/cs/content/bestTime.html b/draklive/8/cs/content/bestTime.html new file mode 100644 index 00000000..564864a4 --- /dev/null +++ b/draklive/8/cs/content/bestTime.html @@ -0,0 +1,36 @@ + + + + + Nastavení času

Nastavení času

Zde můžete vybrat, zda jsou vnitřní hodiny počítače nastaveny na místní čas +nebo čas UTC.

V záložce pokročilé můžete povolit automatickou +aktualizaci času a zvolit specifický NTP server.


Uploaded on 11/03/2021
loading table of contents...
diff --git a/draklive/8/cs/content/configureTimezoneUTC.html b/draklive/8/cs/content/configureTimezoneUTC.html new file mode 100644 index 00000000..1ea70f3a --- /dev/null +++ b/draklive/8/cs/content/configureTimezoneUTC.html @@ -0,0 +1,37 @@ + + + + + Nastavení časového pásma

Nastavení časového pásma

  • Choose your timezone by choosing your country, or a city close to you in the +same timezone.

In the next screen you can choose to set your hardware clock to local time +or to GMT, also known as UTC.

Poznámka

Pokud máte na vašem počítači více než jeden operační systém, ujistěte se, že +jsou všechny nastaveny na místní čas, nebo všichny na UTC/GMT.


Uploaded on 11/03/2021
loading table of contents...
diff --git a/draklive/8/cs/content/diskPartitioning.html b/draklive/8/cs/content/diskPartitioning.html new file mode 100644 index 00000000..3c32ebd7 --- /dev/null +++ b/draklive/8/cs/content/diskPartitioning.html @@ -0,0 +1,114 @@ + + + + + Rozdělení disku

Rozdělení disku

Suggested Partitioning

In this screen you can see the content of your hard drive(s) along with the +DrakX partitioning proposals for where to install Mageia.

The actual options available from those shown below will vary according to +the layout and content of your particular hard drive(s).

Hlavní možnosti

  • Use Existing Partitions

    Pokud je dostupná tato volba, potom byly nalezeny stávající s Linuxem +kompatibilní oddíly a tyto mohou být použity pro instalaci.

  • Use Free Space

    Pokud máte nevyužité místo na vašem pevném disku, potom ho tato volba +využije pro novou instalaci Mageii.

  • Use Free Space on a Windows Partition

    If you have unused space on an existing Windows partition, the installer may +offer to use it. This can be a useful way of making room for your new Mageia +installation but see the warning below.

    With this option, the installer displays the remaining Windows partition in +light blue and the proposed Mageia partition in dark blue with their +intended sizes just underneath. You have the option to modify these sizes by +clicking and dragging the gap between both partitions. See the following +screenshot:

    Varování

    This involves shrinking the size of the Windows partition, and therefore is +a risky operation, so you should make sure you have backed up all important +files before proceeding.

    Důležité

    The partition must be "clean", meaning that Windows must have closed down +correctly the last time it was used. It must also have been defragmented, +although this is not a guarantee that all files in the partition have been +moved out of the area that is about to be used for Mageia.

  • Smazat a použít celý disk

    This option will allocate the entire drive for Mageia

    Varování

    This will erase ALL data on the selected hard drive. Take care! If you +intend to use part of the disk for something else, or you already have data +on the drive that you are not prepared to lose, then do not use this option.

  • Custom Disk Partitioning

    Toto vám dává úplnou kontrolu nad umístěním instalace na vašem pevném disku +(resp. discích).

If you are not using the Custom disk partitioning +option, then the installer will allocate the available space according to +the following rules:

  • If the total available space is less than 50 GB, then only one partition is +created. This will be the / (root) partition.

  • If the total available space is greater than 50 GB, then three partitions +are created

    • 6/19 of the total available place is allocated to / +with a maximum of 50 GB

    • 1/19 is allocated to swap with a maximum of 4 GB

    • the rest (at least 12/19) is allocated to /home

This means that from 160 GB or greater available space, the installer will +create three partitions:

  • 50 GB pro /

  • 4 GB pro swap

  • a zbytek pro /home

Poznámka

If you are using a UEFI system, the ESP (EFI System Partition) will be +automatically detected - or created if it does not exist yet - and mounted +on /boot/EFI. The Custom disk +partitioning option is the only one that allows to check it has +been correctly done.

If you are using a Legacy (also known as BIOS) system with a GPT partitioned +disk, you need to create a BIOS boot partition if it doesn't already +exist. It should be about 1 MiB with no mount point. It can be created with +the Installer, under Custom disk partitioning, like any +other partition. Be sure to select BIOS boot partition for +filesystem type.

See DiskDrake for information on how to proceed.

Důležité

Some newer drives are now using 4096 byte logical sectors, instead of the +previous standard of 512. Due to lack of available hardware, the +partitioning tool used in the installer has not been tested with such a +drive.

Some SSD devices now use an erase block size over 1 MB. If you have such a +device we suggest that you partition the drive in advance, using an +alternative partitioning tool like gparted, and to use the following +settings:

  • Align to = MiB

  • Free space preceding (MiB) = 2

Also make sure all partitions are created using an even number of megabytes.

Zvolte si přípojné body

Here you see the Linux partitions that have been found on your computer. If +you don't agree with the DrakX suggestions, you can change the mount points +yourself.

  • To the left of the drop-down menus is a list of available partitions. For +example: sda is a hard drive - and +5 is a partition number, followed +by the (capacity, mount point, filesystem type) of the +partition.

  • If you have several partitions, you can choose various different +mount points from the drop down menu, such as +/, /home and +/var. You can even make your own mount points, for +instance /video for a partition where you want to store +your films, or perhaps /Data for all your data files.

  • Pro oddíly, které nechcete používat, můžete pole přípojného bodu ponechat +prázdné.

Varování

Pokud zde provedete nějaké změny, ujistěte se, že stále máte diskový oddíl +/ (root).

Tip

If you are not sure what to choose, click Previous to +go back and then tick Custom disk partitioning, where +you can click on a partition to see its type and size.

If you are sure the mount points are correct, click on +Next, and choose whether you only want to format the +partition suggested by DrakX, or more.

Potvrzení naformátování pevného disku

  • Click on Previous if you are at all unsure about your +choice.

  • Click on Next to proceed if you are sure that it is OK +to erase every partition, every operating system and all +data that might be on that hard disk.

Custom Disk Partitioning with DiskDrake

  • Modify the layout of your disk(s) here. You can remove or create partitions, +change the filesystem or size of a partition and even view their details +before you start.

  • There is a tab at the top for every detected hard disk (or other storage +device, like a USB key), for example: sda, +sdb, sdc etc.

  • For all other actions: click on the desired partition first. Then view it, +or choose a filesystem and a mount point, resize it or wipe +it. Expert mode provides more options such as to label +(name) a partition, or to choose a partition type.

  • Continue until you have adjusted everything to your satisfaction, then click +Done when you're ready.

Varování

  1. Take care with the Clear all option, use it only if you +are sure you want to wipe all partitions on the selected storage device.

  2. If you wish to use encryption on your / partition you +must ensure that you have a separate /boot +partition. The encryption option for the /boot +partition must NOT be set, otherwise your system will be unbootable.

Důležité

  • If you are installing Mageia on a UEFI system, check that an ESP (EFI System +Partition) is present and correctly mounted on +/boot/EFI. See Figure 1 below.

  • If you are installing Mageia on a Legacy/GPT system, check that a BIOS boot +partition is present and of the correct type. See Figure 2 below.

Obrázek 1. Systémový oddíl EFI

Systémový oddíl EFI

Obrázek 2. BIOS boot partition

BIOS boot partition

Formátování

Here you can choose which partition(s) you wish to format. Any data on +partitions not marked for formatting will be preserved.

Usually, at least the partitions that DrakX selected need to be formatted.

Click on Advanced to choose the partitions you want to +check for so-called bad blocks

Tip

If you're not sure you have made the right choice, you can click on +Previous, again on Previous and +then on Custom to get back to the main screen, where +you can choose to view details of your partitions.

When you are confident about the selections, click on +Next to continue.


Uploaded on 11/03/2021
loading table of contents...
diff --git a/draklive/8/cs/content/draft.png b/draklive/8/cs/content/draft.png new file mode 100644 index 00000000..59673fe1 Binary files /dev/null and b/draklive/8/cs/content/draft.png differ diff --git a/draklive/8/cs/content/images/Fdisk.png b/draklive/8/cs/content/images/Fdisk.png new file mode 100644 index 00000000..dd85a476 Binary files /dev/null and b/draklive/8/cs/content/images/Fdisk.png differ diff --git a/draklive/8/cs/content/images/Md5sum.png b/draklive/8/cs/content/images/Md5sum.png new file mode 100644 index 00000000..093e047f Binary files /dev/null and b/draklive/8/cs/content/images/Md5sum.png differ diff --git a/draklive/8/cs/content/images/Root.png b/draklive/8/cs/content/images/Root.png new file mode 100644 index 00000000..4e42b5cb Binary files /dev/null and b/draklive/8/cs/content/images/Root.png differ diff --git a/draklive/8/cs/content/images/dx2-installUpdates.png b/draklive/8/cs/content/images/dx2-installUpdates.png new file mode 100644 index 00000000..88976770 Binary files /dev/null and b/draklive/8/cs/content/images/dx2-installUpdates.png differ diff --git a/draklive/8/cs/content/images/live-bootCSM.png b/draklive/8/cs/content/images/live-bootCSM.png new file mode 100644 index 00000000..4c983ac8 Binary files /dev/null and b/draklive/8/cs/content/images/live-bootCSM.png differ diff --git a/draklive/8/cs/content/images/live-bootUEFI.png b/draklive/8/cs/content/images/live-bootUEFI.png new file mode 100644 index 00000000..b6a1d897 Binary files /dev/null and b/draklive/8/cs/content/images/live-bootUEFI.png differ diff --git a/draklive/8/cs/content/images/live-unused-InstallationProgress.png b/draklive/8/cs/content/images/live-unused-InstallationProgress.png new file mode 100644 index 00000000..f467f734 Binary files /dev/null and b/draklive/8/cs/content/images/live-unused-InstallationProgress.png differ diff --git a/draklive/8/cs/content/index.html b/draklive/8/cs/content/index.html new file mode 100644 index 00000000..3b3b8d76 --- /dev/null +++ b/draklive/8/cs/content/index.html @@ -0,0 +1,39 @@ + + + + + Instalace ze ŽIVÉHO datového nosiče

Texty a snímky obrazovky v této příručce jsou dostupné pod licencí CC BY-SA +3.0 http://creativecommons.org/licenses/by-sa/3.0/.

Tato příručka byla vytvořena s pomocí Calenco CMS vyvinutého NeoDocem.

Byl napsán dobrovolníky v jejich volném čase. Pokud byste chtěli vylepšit +tento manuál, kontaktujte, prosím, dokumantační +tým.



Uploaded on 11/03/2021
loading table of contents...
diff --git a/draklive/8/cs/content/installUpdates.html b/draklive/8/cs/content/installUpdates.html new file mode 100644 index 00000000..766c0a35 --- /dev/null +++ b/draklive/8/cs/content/installUpdates.html @@ -0,0 +1,36 @@ + + + + + Aktualizace

Aktualizace

Since this version of Mageia was released, some packages will have been +updated or improved.

  • Select Yes if you wish to download and install them

  • Select No if you don't want to do this now, or if you +aren't connected to the Internet

  • Press Next to continue


Uploaded on 11/03/2021
loading table of contents...
diff --git a/draklive/8/cs/content/login.html b/draklive/8/cs/content/login.html new file mode 100644 index 00000000..7df22f1e --- /dev/null +++ b/draklive/8/cs/content/login.html @@ -0,0 +1,37 @@ + + + + + Přihlašovací obrazovka

Přihlašovací obrazovka

Přihlašovací obrazovka SDDM

Finally, you will come to the desktop login screen.

Enter your user name and user password, and in a few seconds you will find +yourself with a loaded KDE Plasma or GNOME desktop, depending on which live +medium you used. You can now start using and enjoying your Mageia +installation.

You can find further documentation in the Mageia wiki.


Uploaded on 11/03/2021
loading table of contents...
diff --git a/draklive/8/cs/content/main.js b/draklive/8/cs/content/main.js new file mode 100644 index 00000000..011818d1 --- /dev/null +++ b/draklive/8/cs/content/main.js @@ -0,0 +1,179 @@ +/** + * Miscellaneous js functions for WebHelp + * Kasun Gajasinghe, http://kasunbg.blogspot.com + * David Cramer, http://www.thingbag.net + * + */ + +$(document).ready(function() { + // $("#showHideHighlight").button(); //add jquery button styling to 'Go' button + //Generate tabs in nav-pane with JQuery + $(function() { + $("#tabs").tabs({ + cookie: { + // store cookie for 2 days. + expires: 2 + } + }); + }); + + //Generate the tree + $("#ulTreeDiv").css("display","block"); + $("#tree").treeview({ + collapsed: true, + animated: "medium", + control: "#sidetreecontrol", + persist: "cookie" + }); + + //after toc fully styled, display it. Until loading, a 'loading' image will be displayed + $("#tocLoading").css("display", "none"); + //$("#ulTreeDiv").attr("style","display:block;"); + + //.searchButton is the css class applied to 'Go' button + $(function() { + $("button", ".searchButton").button(); + + $("button", ".searchButton").click(function() {return false;}); + }); + + //'ui-tabs-1' is the cookie name which is used for the persistence of the tabs.(Content/Search tab) + if ($.cookie('ui-tabs-1') === '1') { //search tab is visible + if ($.cookie('textToSearch') != undefined && $.cookie('textToSearch').length > 0) { + document.getElementById('textToSearch').value = $.cookie('textToSearch'); + Verifie('diaSearch_Form'); + searchHighlight($.cookie('textToSearch')); + //$("#showHideHighlight").css("display","block"); + } + } + + syncToc(); //Synchronize the toc tree with the content pane, when loading the page. + //$("#doSearch").button(); //add jquery button styling to 'Go' button +}); + +/** + * Synchronize with the tableOfContents + */ +function syncToc(){ + var a = document.getElementById("webhelp-currentid"); + if (a != undefined) { + var b = a.getElementsByTagName("span")[0]; + + + if (b != undefined) { + //Setting the background for selected node. + //b.setAttribute("style", "color: white; background-color: #a7a9ac;"); + b.style.color = "#FFFFFF"; + b.style.backgroundColor = "#a7a9ac"; + } + + //shows the node related to current content. + //goes a recursive call from current node to ancestor nodes, displaying all of them. + while (a.parentNode && a.parentNode.nodeName) { + var parentNode = a.parentNode; + var nodeName = parentNode.nodeName; + + if (nodeName.toLowerCase() == "ul") { + parentNode.style.display = "block"; + + // Expand the current entry + var u = a.getElementsByTagName("ul")[0]; + if (u) { + u.style.display = "block"; + } + } else if (nodeName.toLocaleLowerCase() == "li") { + parentNode.setAttribute("class", "collapsable"); + parentNode.firstChild.setAttribute("class", "hitarea collapsable-hitarea "); + } + a = parentNode; + } + + if (b != undefined) { + b.scrollIntoView(); + } + } +} + +/** + * Code for Show/Hide TOC + * + */ +function showHideToc() { + var showHideButton = $("#showHideButton"); + var leftNavigation = $("#leftnavigation"); + var content = $("#content"); + + if (showHideButton != undefined && showHideButton.hasClass("pointLeft")) { + //Hide TOC + showHideButton.removeClass('pointLeft').addClass('pointRight'); + content.css("margin", "0 0 0 0"); + leftNavigation.css("display","none"); + showHideButton.attr("title", "Show table of contents"); + } else { + //Show the TOC + showHideButton.removeClass('pointRight').addClass('pointLeft'); + content.css("margin", "0 0 0 315px"); + leftNavigation.css("display","block"); + showHideButton.attr("title", "Hide table of contents"); + } +} + +/** + * Code for searh highlighting + */ +var highlightOn = true; +function searchHighlight(searchText) { + highlightOn = true; + if (searchText != undefined) { + var wList; + var sList = new Array(); //stem list + //Highlight the search terms + searchText = searchText.toLowerCase().replace(/<\//g, "_st_").replace(/\$_/g, "_di_").replace(/\.|%2C|%3B|%21|%3A|@|\/|\*/g, " ").replace(/(%20)+/g, " ").replace(/_st_/g, " -1) { + + alert(txt_browser_not_supported); + return; + } + + + var expressionInput = document.ditaSearch_Form.textToSearch.value; + //Set a cookie to store the searched keywords + $.cookie('textToSearch', expressionInput); + + + if (expressionInput.length < 1) { + + // expression is invalid + alert(txt_enter_at_least_1_char); + // reactive la fenetre de search (utile car cadres) + document.ditaSearch_Form.textToSearch.focus(); + } + else { + + // Effectuer la recherche + Effectuer_recherche(expressionInput); + + // reactive la fenetre de search (utile car cadres) + document.ditaSearch_Form.textToSearch.focus(); + } +} + +var stemQueryMap = new Array(); // A hashtable which maps stems to query words + +/* This function parses the search expression, loads the indices and displays the results*/ +function Effectuer_recherche(expressionInput) { + + /* Display a waiting message */ + //DisplayWaitingMessage(); + + /*data initialisation*/ + var searchFor = ""; // expression en lowercase et sans les caracte res speciaux + //w = new Object(); // hashtable, key=word, value = list of the index of the html files + scriptLetterTab = new Scriptfirstchar(); // Array containing the first letter of each word to look for + var wordsList = new Array(); // Array with the words to look for + var finalWordsList = new Array(); // Array with the words to look for after removing spaces + var linkTab = new Array(); + var fileAndWordList = new Array(); + var txt_wordsnotfound = ""; + + + /*nqu: expressionInput, la recherche est lower cased, plus remplacement des char speciaux*/ + searchFor = expressionInput.toLowerCase().replace(/<\//g, "_st_").replace(/\$_/g, "_di_").replace(/\.|%2C|%3B|%21|%3A|@|\/|\*/g, " ").replace(/(%20)+/g, " ").replace(/_st_/g, "= 0; i--) { + if (fileAndWordList[i] != undefined) { + linkTab.push("

" + txt_results_for + " " + "" + fileAndWordList[i][0].motslisteDisplay + "" + "

"); + + linkTab.push(""); + } + } + } + + var results = ""; + if (linkTab.length > 0) { + /*writeln ("

" + txt_results_for + " " + "" + cleanwordsList + "" + "
"+"

");*/ + results = "

"; + //write("