From 29c7541f165516587557489368cf18be5adca60c Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sun, 11 Jun 2023 15:31:37 +0200 Subject: Adding or refreshing draklive in sv --- draklive/9/sv/content/Select-and-use-ISOs.html | 117 ++++ draklive/9/sv/content/acceptLicense.html | 39 ++ draklive/9/sv/content/addUser.html | 52 ++ draklive/9/sv/content/ar01s02.html | 57 ++ draklive/9/sv/content/bestTime.html | 36 ++ draklive/9/sv/content/configureTimezoneUTC.html | 37 ++ draklive/9/sv/content/diskPartitioning.html | 114 ++++ draklive/9/sv/content/draft.png | Bin 0 -> 16150 bytes draklive/9/sv/content/images/Fdisk.png | Bin 0 -> 22864 bytes draklive/9/sv/content/images/Md5sum.png | Bin 0 -> 4219 bytes draklive/9/sv/content/images/Root.png | Bin 0 -> 2673 bytes draklive/9/sv/content/images/live-bootCSM.png | Bin 0 -> 220550 bytes draklive/9/sv/content/images/live-bootUEFI.png | Bin 0 -> 221471 bytes .../images/live-unused-InstallationProgress.png | Bin 0 -> 163874 bytes draklive/9/sv/content/index.html | 38 ++ draklive/9/sv/content/installUpdates.html | 36 ++ draklive/9/sv/content/login.html | 37 ++ draklive/9/sv/content/loupe.svg | 22 + draklive/9/sv/content/main.js | 255 +++++++++ draklive/9/sv/content/nwSearchFnt.js | 608 +++++++++++++++++++++ draklive/9/sv/content/reboot.html | 38 ++ draklive/9/sv/content/search/default.props | 1 + draklive/9/sv/content/search/en-us.props | 45 ++ draklive/9/sv/content/search/es-es.props | 179 ++++++ draklive/9/sv/content/search/htmlFileInfoList.js | 17 + draklive/9/sv/content/search/htmlFileList.js | 18 + draklive/9/sv/content/search/index-1.js | 398 ++++++++++++++ draklive/9/sv/content/search/index-2.js | 397 ++++++++++++++ draklive/9/sv/content/search/index-3.js | 395 +++++++++++++ draklive/9/sv/content/search/ja-jp.props | 1 + draklive/9/sv/content/search/nwSearchFnt.js | 513 +++++++++++++++++ draklive/9/sv/content/search/punctuation.props | 31 ++ .../9/sv/content/search/stemmers/de_stemmer.js | 247 +++++++++ .../9/sv/content/search/stemmers/en_stemmer.js | 187 +++++++ .../9/sv/content/search/stemmers/fr_stemmer.js | 299 ++++++++++ draklive/9/sv/content/selectKeyboardLive.html | 35 ++ draklive/9/sv/content/selectLanguage.html | 40 ++ draklive/9/sv/content/setupBootloader.html | 100 ++++ draklive/9/sv/content/testing.html | 40 ++ draklive/9/sv/content/uninstall-Mageia.html | 49 ++ draklive/9/sv/content/unused.html | 40 ++ draklive/9/sv/content/webhelp-custom.css | 369 +++++++++++++ draklive/9/sv/content/webhelp-default.css | 92 ++++ draklive/9/sv/index.html | 15 + 44 files changed, 4994 insertions(+) create mode 100644 draklive/9/sv/content/Select-and-use-ISOs.html create mode 100644 draklive/9/sv/content/acceptLicense.html create mode 100644 draklive/9/sv/content/addUser.html create mode 100644 draklive/9/sv/content/ar01s02.html create mode 100644 draklive/9/sv/content/bestTime.html create mode 100644 draklive/9/sv/content/configureTimezoneUTC.html create mode 100644 draklive/9/sv/content/diskPartitioning.html create mode 100644 draklive/9/sv/content/draft.png create mode 100644 draklive/9/sv/content/images/Fdisk.png create mode 100644 draklive/9/sv/content/images/Md5sum.png create mode 100644 draklive/9/sv/content/images/Root.png create mode 100644 draklive/9/sv/content/images/live-bootCSM.png create mode 100644 draklive/9/sv/content/images/live-bootUEFI.png create mode 100644 draklive/9/sv/content/images/live-unused-InstallationProgress.png create mode 100644 draklive/9/sv/content/index.html create mode 100644 draklive/9/sv/content/installUpdates.html create mode 100644 draklive/9/sv/content/login.html create mode 100644 draklive/9/sv/content/loupe.svg create mode 100644 draklive/9/sv/content/main.js create mode 100644 draklive/9/sv/content/nwSearchFnt.js create mode 100644 draklive/9/sv/content/reboot.html create mode 100644 draklive/9/sv/content/search/default.props create mode 100644 draklive/9/sv/content/search/en-us.props create mode 100644 draklive/9/sv/content/search/es-es.props create mode 100644 draklive/9/sv/content/search/htmlFileInfoList.js create mode 100644 draklive/9/sv/content/search/htmlFileList.js create mode 100644 draklive/9/sv/content/search/index-1.js create mode 100644 draklive/9/sv/content/search/index-2.js create mode 100644 draklive/9/sv/content/search/index-3.js create mode 100644 draklive/9/sv/content/search/ja-jp.props create mode 100644 draklive/9/sv/content/search/nwSearchFnt.js create mode 100644 draklive/9/sv/content/search/punctuation.props create mode 100644 draklive/9/sv/content/search/stemmers/de_stemmer.js create mode 100644 draklive/9/sv/content/search/stemmers/en_stemmer.js create mode 100644 draklive/9/sv/content/search/stemmers/fr_stemmer.js create mode 100644 draklive/9/sv/content/selectKeyboardLive.html create mode 100644 draklive/9/sv/content/selectLanguage.html create mode 100644 draklive/9/sv/content/setupBootloader.html create mode 100644 draklive/9/sv/content/testing.html create mode 100644 draklive/9/sv/content/uninstall-Mageia.html create mode 100644 draklive/9/sv/content/unused.html create mode 100644 draklive/9/sv/content/webhelp-custom.css create mode 100644 draklive/9/sv/content/webhelp-default.css create mode 100644 draklive/9/sv/index.html (limited to 'draklive') diff --git a/draklive/9/sv/content/Select-and-use-ISOs.html b/draklive/9/sv/content/Select-and-use-ISOs.html new file mode 100644 index 00000000..1f1bc1b6 --- /dev/null +++ b/draklive/9/sv/content/Select-and-use-ISOs.html @@ -0,0 +1,117 @@ + + + + + Välj och använd ISO-filerghost

Välj och använd ISO-filer

Presentation

Mageia distribueras via ISO-avbilder. Den här sidan kommer att hjälpa dig +att välja vilken avbild som bäst passar dina behov.

Det finns tre sorters installationsmedier:

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

    Notera

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

    Viktigt

    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.

Media

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 medium (DVD, +USB stick, ...) the ISO file is copied to.

Du kan hitta ISO-filer för Mageia här.

Klassiska installtionsmedier

Vanliga funktioner
  • De här ISO-filerna använder den klassiska installeraren som kallas DrakX

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

  • Olika media för 32 och 64-bitars arkitekturer

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

  • Varje DVD innehåller många tillgängliga skrivbordsmiljöer och språk

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

Live media

Vanliga funktioner
  • Can be used to preview the Mageia operating system without having to install +it

  • Live-mediet inkluderar också en installerare.

  • Varje ISO innehåller endast en skrivbordsmiljö (Plasma, GNOME eller Xfce)

  • Olika media för 32 och 64-bitars arkitekturer

  • De innehåller icke-fri mjukvara

Live DVD Plasma
  • Endast skrivbordsmiljön Plasma

  • Alla tillgängliga språk är närvarande

  • endast 64-bitars arkitektur

Live DVD GNOME
  • endast skrivbordsmiljön GNOME

  • Alla tillgängliga språk är närvarande

  • endast 64-bitars arkitektur

Live DVD Xfce
  • endast skrivbordsmiljön Xfce

  • Alla tillgängliga språk är närvarande

  • 32 eller 64-bitars arkitekturer

Installationsmedia via nätverk

Vanliga funktioner
  • Olika media för 32 och 64-bitars arkitekturer

  • First steps are English language only

netinstall.iso
  • Innehåller endast fri mjukvara, för de som föredrar att inte använda +icke-fri mjukvara

netinstall-nonfree.iso
  • Innehåller icke-fri mjukvara (mestadels drivrutiner, kodekar...) för de som +behöver det

Laddar ner och kontrollerar media

Hämtar

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:

Klicka på Spara fil, klicka sen på +OK.

Kontrollerar integriteten på nerladdad media

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.

Öppna en konsol för att generera kontrollsumman för din nerladdade ISO +(inget behov av att vara root), och:

  • För att använda md5-summan, skriv: md5sum +genvägen/till/din/avbild.iso

  • För att använda sha1-summan, skriv: sha1sum +genväg/till/avbild.iso

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

Exempel:

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

Bränn eller dumpa ISO-filen.

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.

Att bränna ISO-filen till en 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.

Dumpa ISOn till ett USB-minne

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.

Varning

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

Notera

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.

Använda ett grafiskt verktyg i Mageia

Du kan använda ett grafiskt verktyg som t. ex. IsoDumper

Använda ett grafiskt verktyg i Windows

Du kan prova:

Using the Command line within a GNU/Linux system

Varning

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

  1. Öppna en konsol

  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. Skriv kommandot 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. Skriv kommandot: dd if=genväg/till/ISO +of=/dev/sdX bs=1M

    Där X=namnet på din enhet t.ex: +/dev/sdd

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

    Tips

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

  7. Skriv kommandot: sync

  8. Det här är slutet av processen, och du kan nu dra ut din USB-sticka.


Uploaded on 11/06/2023
diff --git a/draklive/9/sv/content/acceptLicense.html b/draklive/9/sv/content/acceptLicense.html new file mode 100644 index 00000000..798285c0 --- /dev/null +++ b/draklive/9/sv/content/acceptLicense.html @@ -0,0 +1,39 @@ + + + + + Anteckningar för licens och utgåvanghost

Anteckningar för licens och utgåvan

Licensavtal

  • Läs igenom licensvillkoren ordentligt innan du installerar Mageia.

  • Villkoren gäller hela Mageias distribution, och måste accepteras innan du +kan fortsätta.

  • Vänligen välj Acceptera och klicka sedan på +Nästa för att fortsätta

Om du beslutar dig för att inte acceptera de här villkoren så tackar vi dig +för ditt intresse för Mageia. Att klicka på Avsluta +kommer att starta om din dator.

Versionsinformation

Important information about this particular Mageia release can be viewed by +clicking on the Release Notes button.


Uploaded on 11/06/2023
diff --git a/draklive/9/sv/content/addUser.html b/draklive/9/sv/content/addUser.html new file mode 100644 index 00000000..541faf28 --- /dev/null +++ b/draklive/9/sv/content/addUser.html @@ -0,0 +1,52 @@ + + + + + Användarhanteringghost

Användarhantering

Ställ in ett administratörs (root) -lösenord:

It is advisable for all Mageia installations to set a +superuser (Administrator) password, usually called the +root password in Linux. You need to repeat the same +password in the box underneath, to check that the first entry was not +mistyped.

Notera

As you type a password into the top box a 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.

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.

Lägg till en användare

Add a User here. A regular user has fewer privileges than the +superuser (root), but enough to use the Internet, office +applications or play games and anything else the average user might use a +computer for.

  • Ikon

    Klicka på den här knappen om du vill ändra på användarens ikon

  • Fullständigt namn

    Klistra in användarens riktiga namn i den här textrutan

  • Inloggningsnamn

    Enter the user login name or let DrakX use a version of the user's real +name. The login name is case-sensitive.

    Observera

    The login entered here should be different to any login currently in use for +your /home directory. Some user parameters will be +written in the user space, and some can overwrite actual data such as +Firefox, Thunderbird or Kmail data...

  • Lösenord

    Type in the user password (remembering the advice in the Note above).

    Password (again): Retype the user +password. DrakX will check that you have not mistyped the password.

Notera

Any users added while installing Mageia, will have a home directory that is +both read and write protected (umask=0027)

You can add any extra needed users in the Configuration - +Summary step during the install. Choose User +management.

Rättigheterna för åtkomst kan också ändras efter installationen.


Uploaded on 11/06/2023
diff --git a/draklive/9/sv/content/ar01s02.html b/draklive/9/sv/content/ar01s02.html new file mode 100644 index 00000000..8059eeb8 --- /dev/null +++ b/draklive/9/sv/content/ar01s02.html @@ -0,0 +1,57 @@ + + + + + Starta Mageia som ett Live-systemghost

Starta Mageia som ett Live-system

Startar upp mediat

You can boot directly from a Live DVD or USB. Usually, you just need to plug +the USB device in or place the DVD in the drive and restart the computer.

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.

Tips

För att komma åt BIOS eller uppstartsmenyn när datorn startar så kan du +trycka antingen F2, Del eller +Esc för BIOS, eller Esc, +F8, F10 eller F11 för +enhetens uppstartsmeny. Dessa (vanligt förekommande) tangenter är dock bara +ett urval av möjliga alternativ.

Notera

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.

I BIOS/CSM/Legacy-läge

Den första skärmen när du startar i BIOS-läge

Meny

  • Starta Mageia

    This option will boot the Mageia Live system from the connected DVD/USB +media (expect a very slow system compared to an installed OS).

    När uppstarten är gjord så kan du fortsätta med installationen.

    • + använd icke-fria grafik-drivrutiner (startar +långsammare)

      Starta Mageia Live-systemet med icke-fria grafik-drivrutiner

  • Installera Mageia

    Det här alternativet kommer att installera Mageia till en hårddisk.

    • + använd icke-fria grafik-drivrutiner (startar +långsammare)

      Installera Mageia med icke-fria grafik-drivrutiner

  • Minnestest

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

  • F2 Språk

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

I UEFI-läge

Första skärmen när du startar upp i UEFI-läge

Meny

  • Starta Mageia

    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

  • Installera Mageia

    Det här alternativet kommer att installera Mageia till en hårddisk.

  • F2 Språk

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

Notera

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/06/2023
diff --git a/draklive/9/sv/content/bestTime.html b/draklive/9/sv/content/bestTime.html new file mode 100644 index 00000000..94164146 --- /dev/null +++ b/draklive/9/sv/content/bestTime.html @@ -0,0 +1,36 @@ + + + + + Inställningar för klockaghost

Inställningar för klocka

Här kan du välja om din dators interna klocka är inställd på lokal tid eller +UTC-tid.

In the Advanced tab, you can enable automatic time +synchronization and specify an NTP server.


Uploaded on 11/06/2023
diff --git a/draklive/9/sv/content/configureTimezoneUTC.html b/draklive/9/sv/content/configureTimezoneUTC.html new file mode 100644 index 00000000..1243a3ec --- /dev/null +++ b/draklive/9/sv/content/configureTimezoneUTC.html @@ -0,0 +1,37 @@ + + + + + Ställ in din tidszonghost

Ställ in din tidszon

  • Välj din tidszon genom att välja ditt land eller en stad nära dig i samma +tidszon.

På nästa skärm så kan du välja att ställa in din hårdvaruklocka till lokal +tid eller till GMT, också känd som UTC.

Notera

Om du har mer än ett operativsystem i din dator så se till att de är +inställda på lokal tid eller till UTC/GMT.


Uploaded on 11/06/2023
diff --git a/draklive/9/sv/content/diskPartitioning.html b/draklive/9/sv/content/diskPartitioning.html new file mode 100644 index 00000000..14e2c8c8 --- /dev/null +++ b/draklive/9/sv/content/diskPartitioning.html @@ -0,0 +1,114 @@ + + + + + Partitioneringghost

Partitionering

Föreslagen partitionering

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

Huvudsakliga alternativ

  • Använd befintliga partitioner

    Om det här alternativet är tillgängligt så har kompatibla Linux-partitioner +hittats och kan användas för installation.

  • Använd oanvänt utrymme

    Om du har ledigt utrymme på din hårddisk kommer det här alternativet att +använda det för att installera Mageia.

  • Använd oanvänt utrymme i en +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:

    Varning

    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.

    Viktigt

    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.

  • Radera och använd hela hårddisken

    Det här alternativet kommer att allokera hela disken för Mageia

    Varning

    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.

  • Anpassad diskpartitionering

    Detta ger dig fullständig kontroll över placeringen av installationen på +din/a disk/ar.

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.

  • Om det totala tillgängliga utrymmet är större än 50 GB så skapas tre +partitioner

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

    • 1/19 är allokerat till swapmed maximalt 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 för /

  • 4 GB för swap

  • och det som återstår till /home

Notera

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.

Se DiskDrake för information om hur du fortsätter.

Viktigt

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:

  • Justera till = MiB

  • Free space preceding (MiB) = 2

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

Välj monteringspunkter

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.

  • For any partitions that you don't need to make use of, you can leave the +mount point field blank.

Varning

Om du gör några ändringar här, försäkra dig om att du fortfarande har en +/ (root)-partition.

Tips

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.

Bekräfta hårddisken som ska formateras

  • Klicka på Föregående om du är osäker på ditt val.

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

Anpassad diskpartitionering med 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.

Varning

  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.

Viktigt

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

Figur 1. EFI systempartition

EFI systempartition

Figur 2. BIOS boot partition

BIOS boot partition

Formatering

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

Tips

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/06/2023
diff --git a/draklive/9/sv/content/draft.png b/draklive/9/sv/content/draft.png new file mode 100644 index 00000000..59673fe1 Binary files /dev/null and b/draklive/9/sv/content/draft.png differ diff --git a/draklive/9/sv/content/images/Fdisk.png b/draklive/9/sv/content/images/Fdisk.png new file mode 100644 index 00000000..dd85a476 Binary files /dev/null and b/draklive/9/sv/content/images/Fdisk.png differ diff --git a/draklive/9/sv/content/images/Md5sum.png b/draklive/9/sv/content/images/Md5sum.png new file mode 100644 index 00000000..093e047f Binary files /dev/null and b/draklive/9/sv/content/images/Md5sum.png differ diff --git a/draklive/9/sv/content/images/Root.png b/draklive/9/sv/content/images/Root.png new file mode 100644 index 00000000..4e42b5cb Binary files /dev/null and b/draklive/9/sv/content/images/Root.png differ diff --git a/draklive/9/sv/content/images/live-bootCSM.png b/draklive/9/sv/content/images/live-bootCSM.png new file mode 100644 index 00000000..aa5c6e4e Binary files /dev/null and b/draklive/9/sv/content/images/live-bootCSM.png differ diff --git a/draklive/9/sv/content/images/live-bootUEFI.png b/draklive/9/sv/content/images/live-bootUEFI.png new file mode 100644 index 00000000..171a9261 Binary files /dev/null and b/draklive/9/sv/content/images/live-bootUEFI.png differ diff --git a/draklive/9/sv/content/images/live-unused-InstallationProgress.png b/draklive/9/sv/content/images/live-unused-InstallationProgress.png new file mode 100644 index 00000000..f467f734 Binary files /dev/null and b/draklive/9/sv/content/images/live-unused-InstallationProgress.png differ diff --git a/draklive/9/sv/content/index.html b/draklive/9/sv/content/index.html new file mode 100644 index 00000000..3fcca242 --- /dev/null +++ b/draklive/9/sv/content/index.html @@ -0,0 +1,38 @@ + + + + + Installation från ett LIVE-mediaghost

Texter och skärmdumpar i denna manual finns under CC BY-SA 3.0 licensen +http://creativecommons.org/licenses/by-sa/3.0/

Denna manual är producerad med hjälp av Calenco CMS utvecklad av NeoDoc

Den skrevs av frivilliga. Kontakta Dokumentations-teamet om du vill +vill hjälpa till att förbättra manualen.



Uploaded on 11/06/2023
diff --git a/draklive/9/sv/content/installUpdates.html b/draklive/9/sv/content/installUpdates.html new file mode 100644 index 00000000..c2b39988 --- /dev/null +++ b/draklive/9/sv/content/installUpdates.html @@ -0,0 +1,36 @@ + + + + + Uppdateringarghost

Uppdateringar

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

  • Välj Ja om du önskar ladda ner och installera dem

  • Välj Nejom du inte vill göra det här nu eller om du +inte är ansluten till internet

  • Tryck Nästa för att fortsätta


Uploaded on 11/06/2023
diff --git a/draklive/9/sv/content/login.html b/draklive/9/sv/content/login.html new file mode 100644 index 00000000..bbe840f8 --- /dev/null +++ b/draklive/9/sv/content/login.html @@ -0,0 +1,37 @@ + + + + + Inloggningsskärmghost

Inloggningsskärm

Inloggningsskärm för 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/06/2023
diff --git a/draklive/9/sv/content/loupe.svg b/draklive/9/sv/content/loupe.svg new file mode 100644 index 00000000..fc5c33ca --- /dev/null +++ b/draklive/9/sv/content/loupe.svg @@ -0,0 +1,22 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/draklive/9/sv/content/main.js b/draklive/9/sv/content/main.js new file mode 100644 index 00000000..457dfe1a --- /dev/null +++ b/draklive/9/sv/content/main.js @@ -0,0 +1,255 @@ +/* global stemmer */ + +/** + * Miscellaneous js functions for WebHelp + * Kasun Gajasinghe, http://kasunbg.blogspot.com + * David Cramer, http://www.thingbag.net + * + */ + +function adjust(){ + var headerHeight = $("#header").outerHeight( true ); + $("#leftnavigation").css('top' , headerHeight); + if(document.body.clientWidth >= 701) + $("#content").css('top' , headerHeight+'px'); + else + $("#content").css('top' , 0+'px'); +} + +$( window ).resize(function() { + adjust(); +}); + +$(document).ready(function() { + adjust(); + + var href = window.location.href; + var indexOfTermToSearch = href.indexOf('?search='); + if (indexOfTermToSearch !== -1) + { + var term = decodeURI(href.substring(indexOfTermToSearch+8)); + $('#textToSearch').val(term); + document.cookie='textToSearch='+term; + searchHighlight(term); + } + + $(function() { + $("#tabs").tabs({ + cookie: { + expires: 2 + } + }); + }); + + //Generate the tree + $("#ulTreeDiv").attr("style",""); + $("#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").attr("style","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 + let textToSearch = $.cookie('textToSearch') ; + if ( textToSearch !== undefined && textToSearch !== null && textToSearch.length > 0) { + document.getElementById('textToSearch').value = $.cookie('textToSearch'); + Verifie('diaSearch_Form'); + + var hcookie = selectTxtToHigh() ; + searchHighlight(hcookie); + } + } + + syncToc(); //Synchronize the toc tree with the content pane, when loading the page. + //$("#doSearch").button(); //add jquery button styling to 'Go' button +}); + +function selectTxtToHigh() { + var allCookies = document.cookie.split(";"); + var hcookie; + for (var iCookie = 0; iCookie < allCookies.length; iCookie++) { + var cookie = allCookies[iCookie]; + var indexOfEq = cookie.indexOf('='); + var key = cookie.substring(0, indexOfEq); + if (key.includes( "highlight")){ + hcookie = cookie.substring(indexOfEq + 1); + } + } + return hcookie; +} + + +/** + * Synchronize with the tableOfContents + */ + +function syncToc() { + var tocid = document.getElementById("zz_current-id").getAttribute("data-id"); + var a = document.getElementById(tocid); + + if (a !== undefined && a !== null ) { + //Expanding the child sections of the selected node. + var nodeClass = a.getAttribute("class"); + if (nodeClass !== null && !nodeClass.match(/collapsable/)) { + a.setAttribute("class", "collapsable"); + //remove display:none; css style from