From b145bf81488790b201000dc4b9ea49f102b57ba8 Mon Sep 17 00:00:00 2001 From: Marja van Waes Date: Tue, 14 Jun 2016 17:16:30 +0200 Subject: Update Slovenian help files --- sl/Select-and-use-ISOs.html | 262 +++++++++++++++++++++++++------------- sl/addUser.html | 18 +-- sl/configureTimezoneUTC.html | 22 ++-- sl/doPartitionDisks.html | 100 ++++++++++++--- sl/index.html | 21 +-- sl/selectLanguage.html | 10 +- sl/setupBootloader.html | 274 ++++++++++++++++++++++------------------ sl/setupBootloaderAddEntry.html | 152 ++++++++++++++-------- sl/takeOverHdConfirm.html | 2 +- sl/uninstall-Mageia.html | 2 +- 10 files changed, 545 insertions(+), 318 deletions(-) diff --git a/sl/Select-and-use-ISOs.html b/sl/Select-and-use-ISOs.html index 1eb5fd1..a389e6d 100644 --- a/sl/Select-and-use-ISOs.html +++ b/sl/Select-and-use-ISOs.html @@ -27,11 +27,59 @@ -
+
-

Media +

Introduction +

+
+
+
+ + + +

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

+ + +

There is two families of media:

+ + +
+
    +
  • + +

    Classical installer: After booting the media, it will follow a process + allowing to choose what to install and how to configure your target + system. This give you the maximal flexibility for a customized installation, + in particular to choose which Desktop Environment you will install. +

    + +
  • +
  • + +

    LIVE media: you can boot the media in a real Mageia system without + installing it, to see what you will get after installation. The + installation process is simpler, but you get lesser choices. +

    + +
  • +
+
+ + +

Details are given in the next sections.

+ +
+ + +
+
+
+
+

Vir

@@ -43,7 +91,7 @@
-

Definition +

Definition

@@ -67,7 +115,7 @@
-

Classical installation media +

Classical installation media

@@ -79,7 +127,7 @@
-
Common features +
Common features
@@ -109,7 +157,7 @@
-
DVD +
DVD
@@ -151,7 +199,7 @@
-
DVD dual arch +
DVD dual arch
@@ -197,7 +245,7 @@
-

Live media +

Live media

@@ -209,7 +257,7 @@
-
Common features +
Common features
@@ -258,7 +306,7 @@
-
Live CD KDE +
Live CD KDE
@@ -293,7 +341,7 @@
-
Live CD GNOME +
Live CD GNOME
@@ -328,7 +376,7 @@
-
Live DVD KDE +
Live DVD KDE
@@ -363,7 +411,7 @@
-
Live DVD GNOME +
Live DVD GNOME
@@ -400,7 +448,7 @@
-

Boot-only CD media +

Boot-only CD media

@@ -412,7 +460,7 @@
-
Common features +
Common features
@@ -460,7 +508,7 @@
-
boot.iso +
boot.iso
@@ -487,7 +535,7 @@
-
boot-nonfree.iso +
boot-nonfree.iso
@@ -518,7 +566,7 @@
-

Downloading and Checking Media +

Downloading and Checking Media

@@ -530,7 +578,7 @@
-

Downloading +

Downloading

@@ -548,12 +596,8 @@

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 - downloaded file is correct, or the number is different and you have a - failure. A failure infers that you should retry the download.Then this - window appears: + them. Keep one of them for further + usage. Then this window appears:

@@ -568,7 +612,7 @@
-

Checking the downloaded media integrity +

Checking the downloaded media integrity

@@ -576,6 +620,14 @@ +

Both checksums are hexadecimal numbers 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 + downloaded file is correct, or the number is different and you have a + failure. A failure infers that you should retry the download. +

+ +

Open a console, no need to be root, and:

@@ -607,7 +659,7 @@
-

Burn or dump the ISO +

Burn or dump the ISO

@@ -625,7 +677,7 @@
-

Burning the ISO to a CD/DVD +

Burning the ISO to a CD/DVD

@@ -646,7 +698,7 @@
-

Dump the ISO to a USB stick +

Dump the ISO to a USB stick

@@ -679,14 +731,16 @@
-

To recover the original capacity, you must re-format the USB stick.

+

To recover the original capacity, you must redo partitioning and re-format + the USB stick. +

-
+
-
Using Mageia +
Using a graphical tool within Mageia
@@ -695,6 +749,65 @@

You can use a graphical tool like IsoDumper

+ +
+ + +
+
+
+
+
Using a graphical tool within Windows +
+
+
+
+ + + +

You could try:

+ + +

- Rufus using the + "ISO image" option; +

+ + +

- Win32 + Disk Imager

+ +
+ + +
+
+
+
+
Using Command line within a GNU/Linux system +
+
+
+
+ + + +
+ + + + + + + + +
[Pozor]
+ +

It is potentially *dangerous* to do this by hand. You risk to overwrite a + disc partition if you get the device-ID wrong. +

+ +
+

You can also use the dd tool in a console:

@@ -728,12 +841,36 @@

Enter the command fdisk -l

- - -
  • + -

    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. +

    Alternatively, you can get the device name with the command + dmesg: at end, you see the device name starting with + sd, and sdd in this case: +

    + +
    [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
    +
  • +
  • + +

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

  • @@ -764,62 +901,11 @@
    - - -
    -
    -
    -
    -
    Using Windows -
    -
    -
    -
    - - - -

    You could try:

    - - -

    - Rufus

    - - -

    - Win32 - Disk Imager

    - - -

    - -
    - -
    -
    -
    -
    -

    Mageia Installation -

    -
    -
    -
    - - - -

    This step is detailed in the - Mageia documentation. -

    - - -

    More information is available in the Mageia - wiki. -

    - -
    -
    diff --git a/sl/addUser.html b/sl/addUser.html index 1e7c323..a244199 100644 --- a/sl/addUser.html +++ b/sl/addUser.html @@ -22,7 +22,6 @@
    - @@ -36,10 +35,12 @@ + + + -
    @@ -146,7 +147,7 @@
    - +
    @@ -168,7 +169,7 @@

    If you don't want a world readable home directory for anyone, it is advised - to only add a temporary user now and to add the real one(s) after reboot. + to only add a temporary user now and to add the real one(s) after reboot.

    @@ -179,12 +180,11 @@

    Dovoljenje dostopa lahko spremenite tudi po namestitvi

    - +
    -
    @@ -202,11 +202,13 @@

    If the advanced button is clicked you are offered a - screen that allows you to edit the settings for the user you are - adding. Additionally, you can disable or enable a guest account. + screen that allows you to edit the settings for the user you are adding.

    +

    Additionally, you can disable or enable a guest account.

    + +
    diff --git a/sl/configureTimezoneUTC.html b/sl/configureTimezoneUTC.html index 95e959c..9ad7f41 100644 --- a/sl/configureTimezoneUTC.html +++ b/sl/configureTimezoneUTC.html @@ -22,27 +22,25 @@ + + - - - - - - + + - +

    Choose your time zone by choosing your country or a city close to you in the same time zone.

    - +

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

    - +
    @@ -51,16 +49,16 @@
    - +

    If you have more than one operating system on your computer, make sure they are all set to local time, or all to UTC/GMT.

    - +
    - +
    diff --git a/sl/doPartitionDisks.html b/sl/doPartitionDisks.html index a6c6ae9..7385287 100644 --- a/sl/doPartitionDisks.html +++ b/sl/doPartitionDisks.html @@ -22,22 +22,6 @@
    - - - - - - - - - - - - - - - - @@ -112,7 +96,7 @@

    With this option, the installer displays the remaining Windows partition in light blue and the future Mageia partition in dark blue with their intended sizes just under. You have the possibility to adapt these sizes by clicking - and draging the gap between both partitions. See the screen-shot below. + and dragging the gap between both partitions. See the screen-shot below.

    @@ -145,7 +129,6 @@
    -

    • @@ -163,6 +146,81 @@
    +

    Partitions sizing:

    + + +

    The installer will share the available place out according to the following + rules: +

    + + +
    +
      +
    • + +

      If the total available place is lower than 50 GB, only one partition is + created for /, there is no separate partition for /home. +

      + +
    • +
    • + +

      If the total available place is over 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

        + +
      • +
      +
      + +
    • +
    +
    + + +

    That means that from 160 GB and over of available place, the installer will + create three partitions: 50 GB for /, 4 GB for swap and the rest for /home. +

    + + +
    + + + + + + + + +
    [Opomba]
    + +

    If you are using an 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" option is the only one that allows to check it has + been correctly done +

    + +
    +
    + +
    @@ -178,14 +236,14 @@ with such a drive. Also some ssd drives now use an erase block size over 1 MB. We suggest to pre-partition the drive, using an alternative partitioning tool like gparted, if you own such a device, and to use the following - settings: + settings:

    -

    "Align to" "MiB"

    +

    "Align to" "MiB"

    -

    "Free space preceding (MiB)" "2"

    +

    "Free space preceding (MiB)" "2"

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

    diff --git a/sl/index.html b/sl/index.html index 498f225..74a97a2 100644 --- a/sl/index.html +++ b/sl/index.html @@ -26,10 +26,10 @@
    Select and use ISOs
    -
    Media
    -
    Downloading and Checking Media
    -
    Burn or dump the ISO
    -
    Mageia Installation
    +
    Introduction
    +
    Vir
    +
    Downloading and Checking Media
    +
    Burn or dump the ISO
    DrakX, the Mageia Installer
    @@ -75,12 +75,17 @@
    Glavne možnosti zagonskega nalagalnika
    -
    Using a Mageia bootloader
    -
    Using an existing bootloader
    -
    Napredne možnosti zagonskega nalagalnika
    +
    With a Bios system
    +
    With an UEFI system
    Add or Modify a Boot Menu Entry
    +
    +
    +
    With a Bios system
    +
    With an UEFI system
    +
    +
    Summary of miscellaneous parameters
    @@ -111,7 +116,7 @@
    Uninstalling Mageia
    -
    Howto
    +
    Howto
    diff --git a/sl/selectLanguage.html b/sl/selectLanguage.html index 9e8c7a3..e5c19d8 100644 --- a/sl/selectLanguage.html +++ b/sl/selectLanguage.html @@ -22,7 +22,6 @@ - @@ -82,9 +81,12 @@
  • -

    Mageia uses UTF-8 (Unicode) support by default. This may be disabled in the - "multiple languages" screen if you know that it is inappropriate for your - language. Disabling UTF-8 applies to all installed languages. +

    Mageia uses UTF-8 (Unicode) support by default.

    + + +

    This may be disabled in the "multiple languages" screen if you know that it + is inappropriate for your language. Disabling UTF-8 applies to all installed + languages.

  • diff --git a/sl/setupBootloader.html b/sl/setupBootloader.html index aead40f..b263345 100644 --- a/sl/setupBootloader.html +++ b/sl/setupBootloader.html @@ -29,59 +29,13 @@ -
    -
    - - - - - - - -
    [Opomba]
    - -

    With an UEFI system, the user interface is slightly different as you cannot - choose the boot loader (first drop down list) since only one is available -

    - -
    -
    - - -

    If you prefer different bootloader settings to those chosen automatically by - the installer, you can change them here. -

    - - -

    You may already have another operating system on your machine, in which case - you need to decide whether to add Mageia to your existing bootloader, or - allow Mageia to create a new one. -

    - - -
    - - - - - - - - -
    [Namig]
    - -

    The Mageia graphical menus are nice :) -

    - -
    -
    -
    +
    -

    Using a Mageia bootloader +

    With a Bios system

    @@ -89,109 +43,172 @@ -

    By default, Mageia writes a new GRUB (legacy) bootloader into the MBR - (Master Boot Record) of your first hard drive. If you already have other - operating systems installed, Mageia attempts to add them to your new Mageia - boot menu. +

    If you prefer different bootloader settings to those chosen automatically by + the installer, you can change them here.

    -

    Mageia now also offers GRUB2 as an optional bootloader in addition to GRUB - legacy and Lilo. +

    You may already have another operating system on your machine, in which case + you need to decide whether to add Mageia to your existing bootloader, or + allow Mageia to create a new one.

    -
    - +
    +
    - +
    [Pozor][Namig]
    -

    Linux systems which use the GRUB2 bootloader are not currently supported by - GRUB (legacy) and will not be recognised if the default GRUB bootloader is - used. -

    - - -

    The best solution here is to use the GRUB2 bootloader which is available at - the Summary page during installation. -

    +

    The Mageia graphical menus are nice :

    - -
    - - -
    -
    -
    + + +
    +
    -

    Using an existing bootloader -

    +
    +

    Using a Mageia bootloader +

    +
    + + + +

    By default, Mageia writes a new GRUB (legacy) bootloader into the MBR + (Master Boot Record) of your first hard drive. If you already have other + operating systems installed, Mageia attempts to add them to your new Mageia + boot menu. +

    + + +

    Mageia now also offers GRUB2 as an optional bootloader in addition to GRUB + legacy and Lilo. +

    + + +
    + + + + + + + + +
    [Pozor]
    + +

    Linux systems which use the GRUB2 bootloader are not currently supported by + GRUB (legacy) and will not be recognized if the default GRUB bootloader is + used. +

    + + +

    The best solution here is to use the GRUB2 bootloader which is available at + the Summary page during installation. +

    + +
    +
    +
    - - - -

    If you decide to use an existing bootloader then you will need to remember - to STOP at the summary page during the installation and click the Bootloader - Configure button, which will allow you to change the - bootloader install location. -

    -

    Do not select a device e.g."sda", or you will overwrite your existing - MBR. You must select the root partition that you chose during the - partitioning phase earlier, e.g. sda7. -

    - - -

    To be clear, sda is a device, sda7 is a partition on that device. -

    - - -
    - - - - - - - - -
    [Namig]
    - -

    Go to tty2 with Ctrl+Alt+F2 and type df to check where - your / (root) partition is. Ctrl+Alt+F7 takes you back to - the installer screen. -

    - -
    +
    +
    +
    +
    +

    Using an existing bootloader +

    +
    +
    +
    + + + +

    If you decide to use an existing bootloader then you will need to remember + to STOP at the summary page during the installation and click the Bootloader + Configure button, which will allow you to change the + bootloader install location. +

    + + +

    Do not select a device e.g."sda", or you will overwrite your existing + MBR. You must select the root partition that you chose during the + partitioning phase earlier, e.g. sda7. +

    + + +

    To be clear, sda is a device, sda7 is a partition on that device. +

    + + +
    + + + + + + + + +
    [Namig]
    + +

    Go to tty2 with Ctrl+Alt+F2 and type df to check where + your / (root) partition is. Ctrl+Alt+F7 takes you back to + the installer screen. +

    + +
    +
    + + +

    The exact procedure for adding your Mageia system to an existing bootloader + is beyond the scope of this help, however in most cases it will involve + running the relevant bootloader installation program which should detect and + add it automatically. See the documentation for the operating system in + question. +

    +
    -

    The exact procedure for adding your Mageia system to an existing bootloader - is beyond the scope of this help, however in most cases it will involve - running the relevant bootloader installation program which should detect and - add it automatically. See the documentation for the operating system in - question. -

    +
    +
    +
    +
    +

    Napredne možnosti zagonskega nalagalnika +

    +
    +
    +
    + + + +

    If you have very limited disk space for the / partition + that contains /tmp, click on + Advanced and check the box for Clean /tmp + at each boot. This helps to maintain some free space. +

    + +
    -
    +
    -

    Napredne možnosti zagonskega nalagalnika +

    With an UEFI system

    @@ -199,11 +216,24 @@ -

    If you have very limited disk space for the / partition - that contains /tmp, click on - Advanced and check the box for Clean /tmp - at each boot. This helps to maintain some free space. +

    With an UEFI system, the user interface is slightly different as you cannot + choose the boot loader since only Grub2-efi is available.

    + + + + +

    If Mageia is the first system installed on your computer, the installer + created an ESP (EFI System Partition) to receive the bootloader + (Grub2-efi). If there was already UEFI operating systems previously + installed on your computer (Windows 8 for example), the Mageia installer + detected the existing ESP created by Windows and added grub2-efi. Although + it is possible to have several ESPs, only one is advised and enough whatever + the number of operating systems you have. +

    + + +

    Don't modify the "Boot Device" unless really knowing what you do.

    diff --git a/sl/setupBootloaderAddEntry.html b/sl/setupBootloaderAddEntry.html index 8c555d9..e41d01d 100644 --- a/sl/setupBootloaderAddEntry.html +++ b/sl/setupBootloaderAddEntry.html @@ -27,64 +27,110 @@ -

    You can add an entry or modify the one you select first, by pressing the - relevant button in the Bootloader Configuration screen - and editing the screen that pops up on top of it. -

    -
    - - - - - - - - -
    [Opomba]
    - -

    If you have chosen Grub 2 as your bootloader, or Grub2-efi for - UEFI systems, you cannot use this tool to edit entries at this step, press - 'Next'. You need to manually edit /boot/grub2/custom.cfg or use - grub-customizer instead. -

    - -
    +
    +
    +
    +
    +

    With a Bios system +

    +
    +
    +
    + + + +

    You can add an entry or modify the one you select first, by pressing the + relevant button in the Bootloader Configuration screen + and editing the screen that pops up on top of it. +

    + + +
    + + + + + + + + +
    [Opomba]
    + +

    If you have chosen Grub 2 as your bootloader, you cannot use + this tool to edit entries at this step, press 'Next'. You need to manually + edit /boot/grub2/custom.cfg or use grub-customizer + instead. +

    + +
    +
    + + + + +

    Some things that can be done without any risk, are changing the label of an + entry and ticking the box to make an entry the default one. +

    + + +

    You can add the proper version number of an entry, or rename it completely.

    + + +

    The default entry is the one the systems boots into if you don't make a + choice while booting up. +

    + + +
    + + + + + + + + +
    [Pozor]
    + +

    Editing other things can leave you with an unbootable system. Please don't + just try something without knowing what you are doing. +

    + +
    +
    +
    - - -

    Some things that can be done without any risk, are changing the label of an - entry and ticking the box to make an entry the default one. -

    - - -

    You can add the proper version number of an entry, or rename it completely.

    - - -

    The default entry is the one the systems boots into if you don't make a - choice while booting up. -

    - - -
    - - - - - - - - -
    [Pozor]
    - -

    Editing other things can leave you with an unbootable system. Please don't - just try something without knowing what you are doing. -

    - -
    +
    +
    +
    +
    +

    With an UEFI system +

    +
    +
    +
    + + + +

    In this case you are using Grub2-efi and you cannot use this tool to edit + entries at this step. To do that you need to manually edit + /boot/grub2/custom.cfg or use grub-customizer + instead. All you can do here, is to choose the default entry in the drop + down list. +

    + + +

    After a click on the Next button, another drop down + list allows to choose the video resolution for Grub2 which is a graphical + boot loader. +

    + + +
    diff --git a/sl/takeOverHdConfirm.html b/sl/takeOverHdConfirm.html index a50d549..0e7f87c 100644 --- a/sl/takeOverHdConfirm.html +++ b/sl/takeOverHdConfirm.html @@ -33,7 +33,7 @@ - +

    Click on Previous if you are not sure about your diff --git a/sl/uninstall-Mageia.html b/sl/uninstall-Mageia.html index 59e0d34..ab876cc 100644 --- a/sl/uninstall-Mageia.html +++ b/sl/uninstall-Mageia.html @@ -31,7 +31,7 @@

    -

    Howto +

    Howto

    -- cgit v1.2.1