From 8ccedf9de3cef232e82e5b5fce699266a8f1a5ce Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sun, 2 Oct 2016 20:55:29 +0200 Subject: Adding draklive in sl --- draklive/5/sl/content/Select-and-use-ISOs.html | 104 ++++ draklive/5/sl/content/acceptLicense.html | 42 ++ draklive/5/sl/content/addUser.html | 58 +++ draklive/5/sl/content/ask_mntpoint_s.html | 49 ++ draklive/5/sl/content/bestTime.html | 35 ++ draklive/5/sl/content/bootLive.html | 61 +++ draklive/5/sl/content/configureTimezoneUTC.html | 37 ++ draklive/5/sl/content/diskdrake.html | 43 ++ draklive/5/sl/content/doPartitionDisks.html | 66 +++ draklive/5/sl/content/draft.png | Bin 0 -> 16150 bytes draklive/5/sl/content/formatPartitions.html | 40 ++ draklive/5/sl/content/images/Fdisk.png | Bin 0 -> 115598 bytes draklive/5/sl/content/images/Md5sum.png | Bin 0 -> 16833 bytes draklive/5/sl/content/images/Root.png | Bin 0 -> 11666 bytes .../5/sl/content/images/dx2-doPartitionDisks.png | Bin 0 -> 111333 bytes .../content/images/dx2-setupBootloaderAddEntry.png | Bin 0 -> 27047 bytes draklive/5/sl/content/images/live-bootCSM.png | Bin 0 -> 202257 bytes draklive/5/sl/content/images/live-bootUEFI.png | Bin 0 -> 243538 bytes .../images/live-unused-InstallationProgress.png | Bin 0 -> 163874 bytes draklive/5/sl/content/index.html | 38 ++ draklive/5/sl/content/login.html | 36 ++ draklive/5/sl/content/main.js | 179 +++++++ draklive/5/sl/content/nwSearchFnt.js | 524 +++++++++++++++++++++ draklive/5/sl/content/reboot.html | 37 ++ draklive/5/sl/content/search/default.props | 1 + draklive/5/sl/content/search/en-us.props | 45 ++ draklive/5/sl/content/search/es-es.props | 179 +++++++ draklive/5/sl/content/search/htmlFileInfoList.js | 21 + draklive/5/sl/content/search/htmlFileList.js | 22 + draklive/5/sl/content/search/index-1.js | 330 +++++++++++++ draklive/5/sl/content/search/index-2.js | 329 +++++++++++++ draklive/5/sl/content/search/index-3.js | 326 +++++++++++++ draklive/5/sl/content/search/ja-jp.props | 1 + draklive/5/sl/content/search/nwSearchFnt.js | 513 ++++++++++++++++++++ draklive/5/sl/content/search/punctuation.props | 31 ++ .../5/sl/content/search/stemmers/de_stemmer.js | 247 ++++++++++ .../5/sl/content/search/stemmers/en_stemmer.js | 187 ++++++++ .../5/sl/content/search/stemmers/fr_stemmer.js | 299 ++++++++++++ draklive/5/sl/content/selectKeyboardLive.html | 36 ++ draklive/5/sl/content/selectLanguage.html | 37 ++ draklive/5/sl/content/setupBootloader.html | 65 +++ draklive/5/sl/content/setupBootloaderAddEntry.html | 48 ++ draklive/5/sl/content/takeOverHdConfirm.html | 36 ++ draklive/5/sl/content/testing.html | 41 ++ draklive/5/sl/content/uninstall-Mageia.html | 47 ++ draklive/5/sl/content/unused.html | 38 ++ draklive/5/sl/content/webhelp-custom.css | 229 +++++++++ draklive/5/sl/content/webhelp-default.css | 92 ++++ draklive/5/sl/index.html | 15 + 49 files changed, 4564 insertions(+) create mode 100644 draklive/5/sl/content/Select-and-use-ISOs.html create mode 100644 draklive/5/sl/content/acceptLicense.html create mode 100644 draklive/5/sl/content/addUser.html create mode 100644 draklive/5/sl/content/ask_mntpoint_s.html create mode 100644 draklive/5/sl/content/bestTime.html create mode 100644 draklive/5/sl/content/bootLive.html create mode 100644 draklive/5/sl/content/configureTimezoneUTC.html create mode 100644 draklive/5/sl/content/diskdrake.html create mode 100644 draklive/5/sl/content/doPartitionDisks.html create mode 100644 draklive/5/sl/content/draft.png create mode 100644 draklive/5/sl/content/formatPartitions.html create mode 100644 draklive/5/sl/content/images/Fdisk.png create mode 100644 draklive/5/sl/content/images/Md5sum.png create mode 100644 draklive/5/sl/content/images/Root.png create mode 100644 draklive/5/sl/content/images/dx2-doPartitionDisks.png create mode 100644 draklive/5/sl/content/images/dx2-setupBootloaderAddEntry.png create mode 100644 draklive/5/sl/content/images/live-bootCSM.png create mode 100644 draklive/5/sl/content/images/live-bootUEFI.png create mode 100644 draklive/5/sl/content/images/live-unused-InstallationProgress.png create mode 100644 draklive/5/sl/content/index.html create mode 100644 draklive/5/sl/content/login.html create mode 100644 draklive/5/sl/content/main.js create mode 100644 draklive/5/sl/content/nwSearchFnt.js create mode 100644 draklive/5/sl/content/reboot.html create mode 100644 draklive/5/sl/content/search/default.props create mode 100644 draklive/5/sl/content/search/en-us.props create mode 100644 draklive/5/sl/content/search/es-es.props create mode 100644 draklive/5/sl/content/search/htmlFileInfoList.js create mode 100644 draklive/5/sl/content/search/htmlFileList.js create mode 100644 draklive/5/sl/content/search/index-1.js create mode 100644 draklive/5/sl/content/search/index-2.js create mode 100644 draklive/5/sl/content/search/index-3.js create mode 100644 draklive/5/sl/content/search/ja-jp.props create mode 100644 draklive/5/sl/content/search/nwSearchFnt.js create mode 100644 draklive/5/sl/content/search/punctuation.props create mode 100644 draklive/5/sl/content/search/stemmers/de_stemmer.js create mode 100644 draklive/5/sl/content/search/stemmers/en_stemmer.js create mode 100644 draklive/5/sl/content/search/stemmers/fr_stemmer.js create mode 100644 draklive/5/sl/content/selectKeyboardLive.html create mode 100644 draklive/5/sl/content/selectLanguage.html create mode 100644 draklive/5/sl/content/setupBootloader.html create mode 100644 draklive/5/sl/content/setupBootloaderAddEntry.html create mode 100644 draklive/5/sl/content/takeOverHdConfirm.html create mode 100644 draklive/5/sl/content/testing.html create mode 100644 draklive/5/sl/content/uninstall-Mageia.html create mode 100644 draklive/5/sl/content/unused.html create mode 100644 draklive/5/sl/content/webhelp-custom.css create mode 100644 draklive/5/sl/content/webhelp-default.css create mode 100644 draklive/5/sl/index.html (limited to 'draklive/5/sl') diff --git a/draklive/5/sl/content/Select-and-use-ISOs.html b/draklive/5/sl/content/Select-and-use-ISOs.html new file mode 100644 index 00000000..c890dcff --- /dev/null +++ b/draklive/5/sl/content/Select-and-use-ISOs.html @@ -0,0 +1,104 @@ + + + + + Select and use ISOs

Select and use ISOs

Predstavitev

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

Definition

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

Najdete jih tukaj.

Classical installation media

Common features
  • These ISOs use the traditional installer called drakx.

  • They are able to make a clean install or an update from previous releases.

DVD
  • Different media for architecture 32 or 64 bits.

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

  • Each DVD contains many available desktop environments and languages.

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

DVD dual arch
  • Both architectures are present on the same medium, the choice is made +automatically according to the detected CPU.

  • Uses Xfce desktop only.

  • Not all languages are available. (be, bg, ca, de, en, es, fr, it, mk, pl, +pt, ru, sv, uk) TO BE CHECKED!

  • It contains non free software.

Live media

Common features
  • Can be used to preview the distribution without installing it on a HDD, and +optionally install Mageia on to your HDD.

  • Each ISO contains only one desktop environment (KDE or GNOME).

  • Different media for 32 or 64 bit architectures.

  • Live ISOs can only be used to create clean +installations, they cannot be used to upgrade from previous +releases.

  • They contain non free software.

Live CD KDE
  • KDE desktop environment only.

  • English language only.

  • 32 bit only.

Live CD GNOME
  • GNOME desktop environment only.

  • English language only.

  • 32 bit only.

Live DVD KDE
  • KDE desktop environment only.

  • All languages are present.

  • Different media for 32 or 64 bit architectures.

Live DVD GNOME
  • GNOME desktop environment only.

  • All languages are present.

  • Different media for 32 or 64 bit architectures.

Boot-only CD media

Common features
  • Each one is a small image that contains 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 when +bandwidth is too low to download a full DVD, a PC without a DVD drive or a +PC that can't boot from a USB stick.

  • Different media for 32 or 64 bit architectures.

  • English language only.

boot.iso
  • Contains only free software, for those people who refuse to use non-free +software.

boot-nonfree.iso
  • Contains non-free software (mostly drivers, codecs...) for people who need +it.

Downloading and Checking Media

Downloading

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

md5sum and sha1sum are tools to check the ISO integrity. Use only one of +them. Keep one of them for further +usage. Then this window appears:

Check the radio button Save File.

Checking the downloaded media integrity

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:

- To use md5sum, type: [sam@localhost]$ md5sum +path/to/the/image/file.iso.

- To use sha1sum, type: [sam@localhost]$ sha1sum +path/to/the/image/file.iso.

and compare the obtained number on your computer (you may have to wait for a +while) with the number given by Mageia. Example:

Burn or dump the ISO

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.

Burning the ISO to a CD/DVD

Use whatever burner you wish but ensure the burning device is set correctly +to burn an image, burn data or files is not +correct. There is more information in the Mageia +wiki.

Dump the ISO to a USB stick

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

Pozor

Odlaganje odtisa nosilca za namestitev na ključek USB izbriše vse njegove +datotečne sisteme. Navidezna velikost naprave bo omejena na velikost +odtisa. Izgubili boste vse podatke na njem.

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

Using a graphical tool within Mageia

Uporabite lahko orodje z grafičnim vmesnikom kot je IsoDumper

Using a graphical tool within Windows

You could try:

- Rufus z uporabo +možnosti "ISO image" "ISO slika" ;

- 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:

  1. Open a console

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

  3. 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)

  4. Enter the command fdisk -l

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

  6. Enter the command: # dd if=path/to/the/ISO/file of=/dev/sdX +bs=1M

    Where X=your device name eg: /dev/sdc

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

  7. Enter the command: # sync

  8. Unplug your USB stick, it is done


Uploaded on 02/10/2016
diff --git a/draklive/5/sl/content/acceptLicense.html b/draklive/5/sl/content/acceptLicense.html new file mode 100644 index 00000000..7d7aceb0 --- /dev/null +++ b/draklive/5/sl/content/acceptLicense.html @@ -0,0 +1,42 @@ + + + + + Licenčna pogodba in opombe ob izdaji

Licenčna pogodba in opombe ob izdaji

Licenčna pogodba

Pred namestitvijo Mageje pozorno preberite +licenčne pogoje.

Ti licenčni pogoji se nanašajo na celotno distribucijo +Mageia. Pred nadaljevanjem jih je potrebno +sprejeti.

Za sprejem preprosto označite Sprejmem in kliknite +gumb Naprej.

Zahvaljujemo se za vaš ogled tudi če se odločite, da teh pogojev ne boste +sprejeli. S klikom na gumb Izhod se bo vaš računalnik +ponovno zagnal.

Opombe ob izdaji

Important information are given about this release of +Mageia and are accessible clicking on the +Release Notes button.


Uploaded on 02/10/2016
diff --git a/draklive/5/sl/content/addUser.html b/draklive/5/sl/content/addUser.html new file mode 100644 index 00000000..d2764ea4 --- /dev/null +++ b/draklive/5/sl/content/addUser.html @@ -0,0 +1,58 @@ + + + + + Upravljanje z naprednimi in navadnimi uporabniki

Upravljanje z naprednimi in navadnimi uporabniki

Nastavite geslo skrbnika (uporabnika root):

It is advisable for all Mageia installations to +set a superuser or administrator's password, usually called the +root password in Linux. As you type a password into the +top box the colour of its shield will change from red to yellow to green +depending on the strength of the password. A green shield shows you are +using a strong password. You need to repeat the same password in the box +just below the first password box, this checks that you have not mistyped +the first password by comparing them.

Opomba

All passwords are case sensitive, it is best to use a mixture of letters +(upper and lower case), numbers and other characters in a password.

Dodajte uporabnika

Add a user here. A user has fewer rights than the superuser (root), but +enough to surf the internet, use office applications or play games and +anything else the average user does with his computer

  • Icon: if you click on this button it will change the +users icon.

  • Real Name: Insert the users real name into this text +box.

  • Login Name: Here you enter the user login name or let +drakx use a version of the users real name. The login name is case +sensitive.

  • Password: In this text box you should type in the user +password. There is a shield at the end of the text box that indicates the +strength of the password. (See also Opomba)

  • Password (again): Retype the user password into this +text box and drakx will check you have the same password in each of the user +password text boxes.

Opomba

Any user you add while installing Mageia, will have a world readable (but +write protected) home directory.

However, while using your new install, any user you add in MCC - +System - Manage users on system will have a home directory that +is both read and write protected.

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.

If you prefer world readable home directories, you might want to add all +extra needed users in the Configuration - Summary step +during the install. Choose User management.

Dovoljenje dostopa lahko spremenite tudi po namestitvi


Uploaded on 02/10/2016
diff --git a/draklive/5/sl/content/ask_mntpoint_s.html b/draklive/5/sl/content/ask_mntpoint_s.html new file mode 100644 index 00000000..c3f1745d --- /dev/null +++ b/draklive/5/sl/content/ask_mntpoint_s.html @@ -0,0 +1,49 @@ + + + + + Izberite priklopne točke

Izberite priklopne točke

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.

Opomba

If you change anything, make sure you still have a / +(root) partition.

  • Every partition is shown as follows: "Device" ("Capacity", "Mount point", +"Type").

  • "Device", is made up of: "hard drive", ["hard drive number"(letter)], +"partition number" (for example, "sda5").

  • If you have many partitions, you can choose many 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 /cauldron-home for the +/home partition of a cauldron install.

  • For partitions you don't need to have access to, you can leave the mount +point field blank.

Pozor

Choose Previous if you are not sure what to choose, +and then tick Custom disk partitioning. In the screen +that follows, 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(s) DrakX suggests, or more.


Uploaded on 02/10/2016
diff --git a/draklive/5/sl/content/bestTime.html b/draklive/5/sl/content/bestTime.html new file mode 100644 index 00000000..2f63a1b6 --- /dev/null +++ b/draklive/5/sl/content/bestTime.html @@ -0,0 +1,35 @@ + + + + + Nastavitve ure

Nastavitve ure

In this step, you have to select on which time your internal clock is set, +either local time or UTC time.

In advanced tab, you will find more options about clock settings.


Uploaded on 02/10/2016
diff --git a/draklive/5/sl/content/bootLive.html b/draklive/5/sl/content/bootLive.html new file mode 100644 index 00000000..08010f3a --- /dev/null +++ b/draklive/5/sl/content/bootLive.html @@ -0,0 +1,61 @@ + + + + + Zaženi Magejo kot živ sistem

Zaženi Magejo kot živ sistem

Zagon medija

Z diska

You can boot directly from the media you used to burn your image (CD-ROM, +DVD-ROM...). You usually just need to insert it in your CD/DVD drive for the +bootloader to launch the installation automatically after rebooting the +computer. If that does not happen you may need to reconfigure your BIOS or +press one key that will offer you to choose the peripheral from which the +computer will boot.

According to which hardware you have, and how it is configured, you get +either one or another of the two screens below.

Z naprave USB

You can boot from the USB device on which you dumped your image +ISO. According to your BIOS settings, the computer boots perhaps directly on +the USB device already plugged in a port. If that does not happen you may +need to reconfigure your BIOS or press one key that will offer you to choose +the peripheral from which the computer will boot.

V načinu BIOS/CSM/Legacy

Prvi zaslon med zagonom v načinu BIOS

In the middle menu, you have the choice between three actions:

  • Boot Mageia: That means Mageia 5 will start from the connected media (CD/DVD +or USB stick) without writing anything on the disk, so expect a very slow +system. Once the boot is done, you can proceed to the installation on a hard +disk.

  • Install Mageia: This choice will directly install Mageia on a hard disk.

  • Boot from hard disk: This choice allows to boot from hard disk, as usual, +when no media (CD/DVD or USB stick) is connected. (not working with Mageia +5).

V spodnjem meniju so na voljo zagonske možnosti:

  • F1 - pomoč. Razlaga možnosti »splash«, »apm«, »acpi« in »Ide«

  • F2 - jezik. Izbor jezika za prikaz na zaslonu.

  • F3 - ločljivost zaslona. Na voljo je izbor: tekst, 640x400, 800x600, +1024x728

  • F4 - CD-Rom. CD-Rom or Other. Normally, the installation is performed from +the inserted installation medium. Here, select other sources, like FTP or +NFS servers. If the installation is carried out in a network with an SLP +server, select one of the installation sources available on the server with +this option.

  • F5 - Driver. Yes or No. The system is aware about the presence of an +optional disk with a driver update and will require its insertion during +installation process.

  • F6 - Kernel options. This is a way to specify options according to your +hardware and the drivers to use.

V načinu UEFI

Prvi zaslon med zagonom sistema z diska v načinu UEFI

You have only the choice to run Mageia in Live mode (first choice) or to +process the installation (second choice).

If you booted from a USB stick, you get two supplemental lines which are a +duplicata of the previous lines suffixed with "USB". You have to choose +them.

In each case, the first steps will be the same to choose language, timezone +and keyboard, then the processes differ, with additional steps in Live mode.


Uploaded on 02/10/2016
diff --git a/draklive/5/sl/content/configureTimezoneUTC.html b/draklive/5/sl/content/configureTimezoneUTC.html new file mode 100644 index 00000000..f990de2d --- /dev/null +++ b/draklive/5/sl/content/configureTimezoneUTC.html @@ -0,0 +1,37 @@ + + + + + Nastavite vaš časovni pas

Nastavite vaš časovni pas

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.

Opomba

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.


Uploaded on 02/10/2016
diff --git a/draklive/5/sl/content/diskdrake.html b/draklive/5/sl/content/diskdrake.html new file mode 100644 index 00000000..56b52043 --- /dev/null +++ b/draklive/5/sl/content/diskdrake.html @@ -0,0 +1,43 @@ + + + + + Razdeljevanje diska po meri s programom DiskDrake

Razdeljevanje diska po meri s programom DiskDrake

Pozor

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.

Adjust the layout of your disk(s) here. You can remove or create +partitions, change the filesystem of a partition or change its size and even +view what is in them before you start.

There is a tab for every detected hard disk or other storage device, like an +USB key. For example sda, sdb and sdc if there are three of them.

Push Clear all to wipe all partitions on the selected +storage device

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.

Continue until you adjusted everything to your wishes.

Klikni Končano ko bo v redu.

Opomba

If you are installing Mageia on an UEFI system, check that an ESP (EFI +System Partition) is present and correctly mounted on /boot/EFI (see above)


Uploaded on 02/10/2016
diff --git a/draklive/5/sl/content/doPartitionDisks.html b/draklive/5/sl/content/doPartitionDisks.html new file mode 100644 index 00000000..9523dd60 --- /dev/null +++ b/draklive/5/sl/content/doPartitionDisks.html @@ -0,0 +1,66 @@ + + + + + Razdelitev diska

Razdelitev diska

In this screen you can see the content of your hard drive(s) and see the +solutions the DrakX partitioning wizard found for where to install +Mageia.

The options available from the list below will vary depending on your +particular hard drive(s) layout and content.

  • Uporabi obstoječe razdelke

    If this option is available, then existing Linux compatible partitions have +been found and may be used for the installation.

  • Uporabi razpoložljivi prostor

    If you have unused space on your hard drive then this option will use it for +your new Mageia installation.

  • Uporabi razpoložljivi prostor v razdelku za Windows

    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 is a risky operation so you should make sure you have backed up all +important files!

    Note that this involves shrinking the size of the Windows partition. 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. It is highly recommended to +back up your personal files.

    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 dragging the gap between both partitions. See the screen-shot below.

  • Zbriši in uporabi celoten disk.

    Ta možnost bo uporabila celoten pogon za Magejo.

    Pozor! To bo pobrisalo VSE podatke na izbrani napravi. Pazljivo!

    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.

  • Po meri

    This gives you complete control over the placing of the installation on your +hard drive(s).

Velikost razdelkov:

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

Pozor

Some newer drives are now using 4096 byte logical sectors, instead of the +previous standard of 512 byte logical sectors. Due to lack of available +hardware, the partitioning tool used in the installer has not been tested +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:

»Poravnaj z ang.: Align to« »MiB«

"Free space preceding (MiB)" "2"

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


Uploaded on 02/10/2016
diff --git a/draklive/5/sl/content/draft.png b/draklive/5/sl/content/draft.png new file mode 100644 index 00000000..59673fe1 Binary files /dev/null and b/draklive/5/sl/content/draft.png differ diff --git a/draklive/5/sl/content/formatPartitions.html b/draklive/5/sl/content/formatPartitions.html new file mode 100644 index 00000000..adee4696 --- /dev/null +++ b/draklive/5/sl/content/formatPartitions.html @@ -0,0 +1,40 @@ + + + + + Formatiranje

Formatiranje

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

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

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

Namig

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. +In that screen you can choose to view what is in your partitions.

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


Uploaded on 02/10/2016
diff --git a/draklive/5/sl/content/images/Fdisk.png b/draklive/5/sl/content/images/Fdisk.png new file mode 100644 index 00000000..db6adc4a Binary files /dev/null and b/draklive/5/sl/content/images/Fdisk.png differ diff --git a/draklive/5/sl/content/images/Md5sum.png b/draklive/5/sl/content/images/Md5sum.png new file mode 100644 index 00000000..736f1227 Binary files /dev/null and b/draklive/5/sl/content/images/Md5sum.png differ diff --git a/draklive/5/sl/content/images/Root.png b/draklive/5/sl/content/images/Root.png new file mode 100644 index 00000000..1e786422 Binary files /dev/null and b/draklive/5/sl/content/images/Root.png differ diff --git a/draklive/5/sl/content/images/dx2-doPartitionDisks.png b/draklive/5/sl/content/images/dx2-doPartitionDisks.png new file mode 100644 index 00000000..b10fbef5 Binary files /dev/null and b/draklive/5/sl/content/images/dx2-doPartitionDisks.png differ diff --git a/draklive/5/sl/content/images/dx2-setupBootloaderAddEntry.png b/draklive/5/sl/content/images/dx2-setupBootloaderAddEntry.png new file mode 100644 index 00000000..c67866cc Binary files /dev/null and b/draklive/5/sl/content/images/dx2-setupBootloaderAddEntry.png differ diff --git a/draklive/5/sl/content/images/live-bootCSM.png b/draklive/5/sl/content/images/live-bootCSM.png new file mode 100644 index 00000000..4c559a47 Binary files /dev/null and b/draklive/5/sl/content/images/live-bootCSM.png differ diff --git a/draklive/5/sl/content/images/live-bootUEFI.png b/draklive/5/sl/content/images/live-bootUEFI.png new file mode 100644 index 00000000..8af819d4 Binary files /dev/null and b/draklive/5/sl/content/images/live-bootUEFI.png differ diff --git a/draklive/5/sl/content/images/live-unused-InstallationProgress.png b/draklive/5/sl/content/images/live-unused-InstallationProgress.png new file mode 100644 index 00000000..f467f734 Binary files /dev/null and b/draklive/5/sl/content/images/live-unused-InstallationProgress.png differ diff --git a/draklive/5/sl/content/index.html b/draklive/5/sl/content/index.html new file mode 100644 index 00000000..2479e4b5 --- /dev/null +++ b/draklive/5/sl/content/index.html @@ -0,0 +1,38 @@ + + + + + Installation from LIVE medium

The texts and screenshots in this manual are available under the CC BY-SA +3.0 license http://creativecommons.org/licenses/by-sa/3.0/.

This manual was produced with the help of the Calenco CMS developed by NeoDoc.

It was written by volunteers in their free time. Please contact Documentation +Team, if you would like to help improve this manual.



Uploaded on 02/10/2016
diff --git a/draklive/5/sl/content/login.html b/draklive/5/sl/content/login.html new file mode 100644 index 00000000..414c1426 --- /dev/null +++ b/draklive/5/sl/content/login.html @@ -0,0 +1,36 @@ + + + + + Login screen

Login screen

KDM login screen

Finally, you will come to the login screen.

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

Najdete jih tukaj.


Uploaded on 02/10/2016
diff --git a/draklive/5/sl/content/main.js b/draklive/5/sl/content/main.js new file mode 100644 index 00000000..011818d1 --- /dev/null +++ b/draklive/5/sl/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("