From 9e9a1b5864a925153d3670eeea33ba042cb0cf7d Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sun, 11 Jun 2023 15:31:35 +0200 Subject: Adding or refreshing draklive in nl --- draklive/9/nl/content/Select-and-use-ISOs.html | 116 ++++ draklive/9/nl/content/acceptLicense.html | 40 ++ draklive/9/nl/content/addUser.html | 58 ++ draklive/9/nl/content/ar01s02.html | 59 ++ draklive/9/nl/content/bestTime.html | 36 ++ draklive/9/nl/content/configureTimezoneUTC.html | 37 ++ draklive/9/nl/content/diskPartitioning.html | 121 ++++ draklive/9/nl/content/draft.png | Bin 0 -> 16150 bytes draklive/9/nl/content/images/Fdisk.png | Bin 0 -> 22864 bytes draklive/9/nl/content/images/Md5sum.png | Bin 0 -> 4219 bytes draklive/9/nl/content/images/Root.png | Bin 0 -> 2673 bytes draklive/9/nl/content/images/live-bootCSM.png | Bin 0 -> 220550 bytes draklive/9/nl/content/images/live-bootUEFI.png | Bin 0 -> 221471 bytes .../images/live-unused-InstallationProgress.png | Bin 0 -> 163874 bytes draklive/9/nl/content/index.html | 39 ++ draklive/9/nl/content/installUpdates.html | 36 ++ draklive/9/nl/content/login.html | 37 ++ draklive/9/nl/content/loupe.svg | 22 + draklive/9/nl/content/main.js | 255 +++++++++ draklive/9/nl/content/nwSearchFnt.js | 608 +++++++++++++++++++++ draklive/9/nl/content/reboot.html | 39 ++ draklive/9/nl/content/search/default.props | 1 + draklive/9/nl/content/search/en-us.props | 45 ++ draklive/9/nl/content/search/es-es.props | 179 ++++++ draklive/9/nl/content/search/htmlFileInfoList.js | 17 + draklive/9/nl/content/search/htmlFileList.js | 18 + draklive/9/nl/content/search/index-1.js | 440 +++++++++++++++ draklive/9/nl/content/search/index-2.js | 439 +++++++++++++++ draklive/9/nl/content/search/index-3.js | 437 +++++++++++++++ draklive/9/nl/content/search/ja-jp.props | 1 + draklive/9/nl/content/search/nwSearchFnt.js | 513 +++++++++++++++++ draklive/9/nl/content/search/punctuation.props | 31 ++ .../9/nl/content/search/stemmers/de_stemmer.js | 247 +++++++++ .../9/nl/content/search/stemmers/en_stemmer.js | 187 +++++++ .../9/nl/content/search/stemmers/fr_stemmer.js | 299 ++++++++++ draklive/9/nl/content/selectKeyboardLive.html | 35 ++ draklive/9/nl/content/selectLanguage.html | 40 ++ draklive/9/nl/content/setupBootloader.html | 110 ++++ draklive/9/nl/content/testing.html | 42 ++ draklive/9/nl/content/uninstall-Mageia.html | 48 ++ draklive/9/nl/content/unused.html | 42 ++ draklive/9/nl/content/webhelp-custom.css | 369 +++++++++++++ draklive/9/nl/content/webhelp-default.css | 92 ++++ draklive/9/nl/index.html | 15 + 44 files changed, 5150 insertions(+) create mode 100644 draklive/9/nl/content/Select-and-use-ISOs.html create mode 100644 draklive/9/nl/content/acceptLicense.html create mode 100644 draklive/9/nl/content/addUser.html create mode 100644 draklive/9/nl/content/ar01s02.html create mode 100644 draklive/9/nl/content/bestTime.html create mode 100644 draklive/9/nl/content/configureTimezoneUTC.html create mode 100644 draklive/9/nl/content/diskPartitioning.html create mode 100644 draklive/9/nl/content/draft.png create mode 100644 draklive/9/nl/content/images/Fdisk.png create mode 100644 draklive/9/nl/content/images/Md5sum.png create mode 100644 draklive/9/nl/content/images/Root.png create mode 100644 draklive/9/nl/content/images/live-bootCSM.png create mode 100644 draklive/9/nl/content/images/live-bootUEFI.png create mode 100644 draklive/9/nl/content/images/live-unused-InstallationProgress.png create mode 100644 draklive/9/nl/content/index.html create mode 100644 draklive/9/nl/content/installUpdates.html create mode 100644 draklive/9/nl/content/login.html create mode 100644 draklive/9/nl/content/loupe.svg create mode 100644 draklive/9/nl/content/main.js create mode 100644 draklive/9/nl/content/nwSearchFnt.js create mode 100644 draklive/9/nl/content/reboot.html create mode 100644 draklive/9/nl/content/search/default.props create mode 100644 draklive/9/nl/content/search/en-us.props create mode 100644 draklive/9/nl/content/search/es-es.props create mode 100644 draklive/9/nl/content/search/htmlFileInfoList.js create mode 100644 draklive/9/nl/content/search/htmlFileList.js create mode 100644 draklive/9/nl/content/search/index-1.js create mode 100644 draklive/9/nl/content/search/index-2.js create mode 100644 draklive/9/nl/content/search/index-3.js create mode 100644 draklive/9/nl/content/search/ja-jp.props create mode 100644 draklive/9/nl/content/search/nwSearchFnt.js create mode 100644 draklive/9/nl/content/search/punctuation.props create mode 100644 draklive/9/nl/content/search/stemmers/de_stemmer.js create mode 100644 draklive/9/nl/content/search/stemmers/en_stemmer.js create mode 100644 draklive/9/nl/content/search/stemmers/fr_stemmer.js create mode 100644 draklive/9/nl/content/selectKeyboardLive.html create mode 100644 draklive/9/nl/content/selectLanguage.html create mode 100644 draklive/9/nl/content/setupBootloader.html create mode 100644 draklive/9/nl/content/testing.html create mode 100644 draklive/9/nl/content/uninstall-Mageia.html create mode 100644 draklive/9/nl/content/unused.html create mode 100644 draklive/9/nl/content/webhelp-custom.css create mode 100644 draklive/9/nl/content/webhelp-default.css create mode 100644 draklive/9/nl/index.html (limited to 'draklive/9/nl') diff --git a/draklive/9/nl/content/Select-and-use-ISOs.html b/draklive/9/nl/content/Select-and-use-ISOs.html new file mode 100644 index 00000000..8c75b4d1 --- /dev/null +++ b/draklive/9/nl/content/Select-and-use-ISOs.html @@ -0,0 +1,116 @@ + + + + + Selecteer en gebruik ISO'sghost

Selecteer en gebruik ISO's

Introductie

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

There are three types of installation media:

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

    Opmerking

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

    Belangrijk

    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

Definitie

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.

You can find Mageia ISO's here.

Klassieke installatiemedia

Algemene eigenschappen
  • These ISOs use the Classical installer called DrakX

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

  • Different media for 32 and 64-bit architectures

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

  • Each DVD contains many available desktop environments and languages

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

Live media

Algemene eigenschappen
  • Can be used to preview the Mageia operating system without having to install +it

  • The Live media also includes an Installer.

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

  • Different media for 32 and 64-bit architectures

  • They contain non-free software

PLASMA Live DVD
  • Plasma desktop environment only

  • All available languages are present

  • 64-bit architecture only

GNOME Live DVD
  • GNOME desktop environment only

  • All available languages are present

  • 64-bit architecture only

Xfce Live DVD
  • Xfce desktop environment only

  • All available languages are present

  • 32 or 64-bit architectures

Net install media

Algemene eigenschappen
  • Different media for 32 and 64-bit architectures

  • First steps are English language only

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

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

Een medium downloaden en checken

Downloaden

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

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

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

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

Click on Save File, then click OK.

De integriteit van het gedownloade medium controleren

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

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

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

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

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

Example:

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

Brand of dump het ISO

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

De ISO op een CD/DVD branden

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.

Dump de ISO op een USB-stick

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.

Waarschuwing

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

Opmerking

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.

Gebruik een grafisch hulpmiddel binnen Mageia

U kunt een grafische tool gebruiken, zoals IsoDumper

Gebruik een grafisch hulpmiddel binnen Windows

Probeer bijv.:

Using the Command line within a GNU/Linux system

Waarschuwing

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

  1. Open een terminal

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

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

  4. Enter the command fdisk -l

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

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

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

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

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

    Tip

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

  7. Enter the command: sync

  8. This is the end of the process, and you may now unplug your USB stick.


Uploaded on 11/06/2023
diff --git a/draklive/9/nl/content/acceptLicense.html b/draklive/9/nl/content/acceptLicense.html new file mode 100644 index 00000000..95866cf7 --- /dev/null +++ b/draklive/9/nl/content/acceptLicense.html @@ -0,0 +1,40 @@ + + + + + Licentie en uitgave-opmerkingenghost

Licentie en uitgave-opmerkingen

Licentie-overeenkomst

  • Lees de voorwaarden van de licentie-overeenkomst a.u.b. aandachtig door, +voordat u Mageia installeert.

  • Deze voorwaarden hebben betrekking op de gehele Mageia-distributie en moeten +aanvaard worden voordat u verder kunt gaan.

  • Om verder te gaan, selecteer Accepteren en klik +vervolgens op Volgende.

Als u de licentievoorwaarden niet wenst te accepteren, dan danken we u voor +uw interesse in Mageia. Wanneer u op Weigeren klikt zal +uw computer opnieuw opstarten.

Uitgave-opmerkingen

Belangrijke informatie over deze specifieke Mageia-uitgave kunt u zien door +op de Uitgave-opmerkingen-knop te klikken.


Uploaded on 11/06/2023
diff --git a/draklive/9/nl/content/addUser.html b/draklive/9/nl/content/addUser.html new file mode 100644 index 00000000..8aaed870 --- /dev/null +++ b/draklive/9/nl/content/addUser.html @@ -0,0 +1,58 @@ + + + + + Gebruikersbeheerghost

Gebruikersbeheer

Beheerderswachtwoord (root) instellen:

Voor elke Mageia installatie wordt aanbevolen een +superuser- (beheerders-)wachtwoord in te stellen. In +Linux heet dit gewoonlijk het root-wachtwoord. U moet +hetzelfde wachtwoord herhalen in het vak eronder, ter controle om typefouten +uit te sluiten.

Opmerking

Terwijl u een wachtwoord in het bovenste tekstvak typt, zal het schildje +ernaast van rood via geel in groen verkleuren, afhankelijk van de sterkte +van het wachtwoord. Een groen schild betekent dat u een sterk wachtwoord +heeft.

Alle wachtwoorden zijn hoofdlettergevoelig. In een wachtwoord is het het +beste een mengeling te gebruiken van hoofdletters en kleine letters, cijfers +en andere tekens.

Voer een gebruiker in

Voeg hier een gebruiker toe. Een gebruiker heeft minder rechten dan de +superuser (root), maar genoeg om te internetten, +kantoorprogramma's te gebruiken, te gamen en al het andere te doen waar een +normaal mens zijn computer voor gebruikt.

  • Pictogram

    Klik op het pictogram van de gebruiker om het te veranderen.

  • Volledige naam

    Voer de volledige naam van de gebruiker in dit tekstvak in.

  • Aanmeldnaam

    Voer hier de inlognaam van de gebruiker in, of laat DrakX er een kiezen op +basis van de volledige naam. De inlognaam is +hoofdlettergevoelig.

    Let op

    De hier ingevoerde inlognaam moet afwijken van alle andere inlognamen die in +gebruik zijn voor uw /home-map. Sommige +gebruikersinstellingen zullen in de gebruikersruimte opgeslagen worden en +sommige kunnen dan gegevens overschrijven van bijv. Firefox, Thunderbird of +Kmail.

  • Wachtwoord

    Voer het wachtwoord van de gebruiker in (met inachtneming van het advies in +de opmerking hierboven).

    Wachtwoord (nogmaals): Herhaal het +gebruikerswachtwoord. DrakX zal controleren of beide wachtwoorden gelijk +zijn.

Opmerking

Elke gebruiker die u toevoegt tijdens het installeren van Mageia, krijgt een +thuismap die beschermd is tegen zowel lezen als schrijven (umask=0027).

Verdere benodigde gebruikers kunt u toevoegen tijdens de installatiestap +Configuratie - Samenvatting. Kies +Gebruikersbeheer.

De toegangsrechten kunnen na het installeren ook nog veranderd worden.


Uploaded on 11/06/2023
diff --git a/draklive/9/nl/content/ar01s02.html b/draklive/9/nl/content/ar01s02.html new file mode 100644 index 00000000..11b5af25 --- /dev/null +++ b/draklive/9/nl/content/ar01s02.html @@ -0,0 +1,59 @@ + + + + + Start Mageia als Live-systeemghost

Start Mageia als Live-systeem

Het medium opstarten

U kunt rechtstreeks van een Live-dvd of -usb-stick opstarten. Gewoonlijk +hoeft u enkel het usb-apparaat in te pluggen of de dvd in de dvd-lezer te +plaatsen en de computer opnieuw te starten.

Als de computer niet automatisch van usb of dvd opstart, dien u mogelijk de +Opstartapparatenvolgorde in de BIOS veranderen. Anders kunt u proberen het +Opstartapparaatmenu op te roepen bij het starten van uw computer, om het +gewenste apparaat te kiezen.

Tip

Om toegang tot de BIOS of het Opstartapparaatmenu te krijgen terwijl de +computer start, kunt u proberen te drukken op hetzij F2, +Del of Esc voor de BIOS, of +Esc, F8, F10 of +F11 voor het Opstartapparaatmenu. Dit is echter slechts een +(veelvoorkomend) deel van de mogelijke toetsen.

Opmerking

Het uiterlijk van het scherm dat u als eerste ziet wanneer u het Live medium +opstart, hangt ervan af of het moederbord van uw computer de Legacy-(BIOS-) +of UEFI-modus gebruikt.

In BIOS/CSM/Legacy-modus

Eerste scherm na starten in BIOS-modus

Menu

  • Mageia opstarten

    Deze optie zal het Mageia Live-systeem van het gebruikte dvd/usb-medium +starten (verwacht een systeem dat erg langzaam is t.o.v. een geïnstalleerd +besturingssysteem).

    Zodra het opstarten is voltooid, kunt u doorgaan met de installatie.

    • + gebruik niet-vrije videostuurprogramma's (start +trager op)

      Start Mageia met behulp van niet-vrije videostuurprogramma's

  • Mageia installeren

    Deze optie zal Mageia op een harde schijf installeren.

    • + gebruik niet-vrije videostuurprogramma's (start +trager op)

      Installeer Mageia met behulp van niet-vrije videostuurprogramma's

  • Geheugentest

    Test de geïnstalleerde RAM door meerdere lees- en schrijfbewerkingen uit te +voeren. Herstart om de test te beëindigen.

  • F2 Taal

    Druk op F2 om het installatieprogramma een bepaalde taal te +laten gebruiken tijdens de installatie. Gebruik de pijltjestoetsen om de +taal te kiezen en druk dan op Enter.

In UEFI-modus

Eerste scherm tijdens het opstarten in UEFI-modus

Menu

  • Mageia opstarten

    Deze optie zal het Mageia Live-systeem van het gebruikte dvd/usb-medium +starten (verwacht een systeem dat erg langzaam is t.o.v. een geïnstalleerd +besturingssysteem). Zodra het opstarten voltooid is, kunt u verdergaan naar +de installatie

  • Mageia installeren

    Deze optie zal Mageia op een harde schijf installeren.

  • F2 Taal

    Druk op F2 om het installatieprogramma een bepaalde taal te +laten gebruiken tijdens de installatie. Gebruik de pijltjestoetsen om de +taal te kiezen en druk dan op Enter.

Opmerking

Als u van een usb-stick opstartte, zult u bovenstaande menu-opties twee keer +zien, kies in dit geval een optie die eindigt met "USB".


Uploaded on 11/06/2023
diff --git a/draklive/9/nl/content/bestTime.html b/draklive/9/nl/content/bestTime.html new file mode 100644 index 00000000..da8bf66e --- /dev/null +++ b/draklive/9/nl/content/bestTime.html @@ -0,0 +1,36 @@ + + + + + Klok-instellingenghost

Klok-instellingen

Hier dient u te selecteren welke tijd uw computers interne klok heeft, +lokale tijd of UTC-tijd.

Via de Geavanceerd-knop kunt u automatische +tijdsynchronisatie instellen en een NTP-server kiezen.


Uploaded on 11/06/2023
diff --git a/draklive/9/nl/content/configureTimezoneUTC.html b/draklive/9/nl/content/configureTimezoneUTC.html new file mode 100644 index 00000000..b5323e8d --- /dev/null +++ b/draklive/9/nl/content/configureTimezoneUTC.html @@ -0,0 +1,37 @@ + + + + + Configureer uw tijdzoneghost

Configureer uw tijdzone

  • Kies uw tijdzone door uw land te kiezen, of een stad die zich dicht bij u in +dezelfde tijdzone bevindt.

In het volgende scherm kunt u kiezen uw hardware clock op lokale tijd in te +stellen of op UTC, ook wel GMT genoemd.

Opmerking

Als u meer dan één besturingssysteem op uw computer heeft, zorg dan dat ze +allemaal op lokale tijd ingesteld staan, of op UTC/GMT.


Uploaded on 11/06/2023
diff --git a/draklive/9/nl/content/diskPartitioning.html b/draklive/9/nl/content/diskPartitioning.html new file mode 100644 index 00000000..10199fdb --- /dev/null +++ b/draklive/9/nl/content/diskPartitioning.html @@ -0,0 +1,121 @@ + + + + + Partitioningghost

Partitioning

Voorgestelde partitionering

In dit scherm kunt u de inhoud van uw harde schijf (schijven) zien met de +DrakX-partitioneringsvoorstellen betreffende de ruimte om Mageia in te +installeren.

Welke opties van de lijst hieronder op uw systeem beschikbaar zijn hangt af +van de indeling en de inhoud van uw specifieke harde schijf (schijven).

Belangrijkste opties

  • Gebruik bestaande partities

    Als deze optie beschikbaar is, werden bestaande Linux compatibele partities +gevonden die gebruikt kunnen worden voor het installeren.

  • Gebruik de vrije ruimte

    Als u ongebruikte ruimte op uw harde schijf heeft die u voor uw nieuwe +Mageia-installatie wilt gebruiken, kies dan deze optie.

  • Gebruik de vrije ruimte op een +Windows-partitie

    Het installatieprogramma kan aanbieden de ongebruikte ruimte van een +Windows-partitie te gebruiken. Dit kan een nuttige manier zijn om ruimte te +maken voor uw nieuwe Mageia-installatie, maar zie de waarschuwing hieronder.

    Bij deze optie is de resterende Windowspartitie lichtblauw en de nieuwe +Mageiapartitie donkerblauw. Eronder ziet u hun voorgestelde groottes. U kunt +die wijzigen door op de spleet tussen deze partities te klikken, en naar +links of rechts te slepen. Zie de volgende schermafbeelding

    Waarschuwing

    Dit houdt in dat de Windows-partitie verkleind wordt en is daarom een +riskante bewerking, dus zorg eerst dat u van al uw belangrijke bestanden een +reservekopie heeft.

    Belangrijk

    De partitie moet "schoon" zijn, wat inhoudt dat Windows correct afgesloten +moet zijn toen het voor het laatst gebruikt werd en dat het gedefragmenteerd +moet zijn. Dit is echter geen garantie dat alle bestanden op de partitie uit +het gebied gehaald zijn dat op het punt staat gebruikt te worden voor +Mageia.

  • Wissen en gebruik de hele schijf

    Deze optie zal de volledige schijf toewijzen aan Mageia

    Waarschuwing

    Dit zal ALLE gegevens op het geselecteerde harde schijf verwijderen. Pas +op! Gebruik deze optie niet als u van plan bent om een deel van de schijf +voor iets anders te gebruiken, of als u er gegevens op hebt staan die u niet +wilt verliezen.

  • Aangepaste schijfpartitionering

    Hiermee krijgt u volledige controle over het plaatsen van de installatie op +uw harde schijf of schijven.

Als u geen Aangepaste schijfpartitionering gebruikt, +dan zal het installatieprogramma de beschikbare ruimte volgens de volgende +regels verdelen:

  • Als de totaal beschikbare ruimte kleiner is dan 50 GB, dan wordt slechts één +partitie aangemaakt. Dit zal de /(root)-partitie zijn.

  • Als er meer dan 50 GB beschikbaar is, dan worden drie partities aangemaakt

    • 6/19e van de beschikbare ruimte gaat naar /, tot een +maximum van 50 GB

    • 1/19e gaat naar de swap-partitie, tot een maximum van 4 +GB

    • de rest (minimaal 12/19e) gaat naar /home

Dat betekent dat vanaf 160 GB aan beschikbare ruimte de volgende drie +partities gemaakt worden:

  • 50 GB voor /

  • 4 GB voor swap

  • en de rest voor /home

Opmerking

Als u een UEFI-systeem gebruikt, zal het ESP (EFI-systeempartitie) +automatisch gevonden worden, of aangemaakt worden als die nog niet bestaat, +en gekoppeld worden aan /boot/EFI. De optie +Aangepaste schijfpartitionering is de enige waarmee kan +worden gecontroleerd of dit correct gedaan is.

Als u gebruik maakt van een Legacysysteem (ook bekend als CSM- of +BIOSsysteem) met een GPT-schijf, dan moet u een BIOS-opstart-partitie +aanmaken als die nog niet bestaat. Deze partitie is ongeveer 1 MiB groot en +heeft geen koppelpunt. Het kan met het installatieprogramma gemaakt worden, +in Aangepaste schijfpartitionering, zoals elke andere +partitie. Selecteer wel BIOS-opstart-partitie als +bestandssysteemtype.

Zie DiskDrake voor informatie over hoe verder te gaan.

Belangrijk

Sommige nieuwere gegevensdragers hebben nu logische sectoren van 4096 bytes, +in plaats van de gebruikelijke 512 bytes. Door een gebrek aan beschikbare +hardware is de partitioneringstool die tijdens het installeren gebruikt +wordt, niet getest met zo'n opslagmedium.

Sommige SSD's hebben een wisblok-grootte van meer dan 1 MB. Als u zo'n +gegevensdrager heeft, bevelen we aan deze vooraf met een alternatief +werktuig, bijvoorbeeld gparted, te partitioneren en de volgende instellingen +te gebruiken:

  • Uitlijnen op = MiB

  • Vrije ruimte links (MiB) = 2

Vergewis u er ook van dat alle partities gecreëerd worden met een even +aantal megabytes.

Kies de koppelpunten

Hier ziet u de Linux-partities die op de computer gevonden zijn. Als u het +niet eens bent met de koppelpunten die DrakX voorstelt, kunt u ze +veranderen.

  • Links van de keuzevelden staan de beschikbare partities. Bijvoorbeeld: +sda is een harde schijf en 5 is +een partitienummer, gevolgd door (grootte, +koppelpunt, bestandssysteemtype) van de partitie.

  • Als u meerdere partities heeft, kunt u verscheidene +koppelpunten kiezen uit de uitvouwlijsten, zoals +/, /home en +/var. U kunt zelfs uw eigen koppelpunten maken, +bijvoorbeeld /video voor een partitie waarop u uw films +wilt bewaren, of /Data voor al uw gegevensbestanden.

  • U kunt het koppelpuntveld leeg laten voor partities waarvan u geen gebruik +hoeft te maken.

Waarschuwing

Als u veranderingen aanbrengt, zorg dan dat u tenminste een +/ (root)partitie houdt.

Tip

Als u niet zeker bent van uw keuze, klik dan op Vorige +om terug te keren en dan op Aangepaste +schijfpartitionering, waar u op een partitie kunt klikken om haar +type en grootte te zien.

Als u zeker bent dat de koppelpunten goed zijn, klik dan op +Volgende en kies of u enkel de partities wilt +formatteren die DrakX voorstelt, of meer.

Bevestig het formatteren van de harde schijf

  • Klik op Vorige als u niet echt zeker bent van uw keuze.

  • Klik op Volgende om verder te gaan als u zeker bent dat +het prima is om elke partitie, elk besturingssysteem en alle +gegevens te wissen die op die harde schijf kunnen staan.

Aangepaste schijfpartitionering met DiskDrake

  • Pas hier de partitionering van uw harde schijf of schijven aan. U kunt +partities verwijderen of aanmaken, het bestandssysteem of de grootte van een +partitie wijzigen en zelfs bekijken wat ze bevatten voor u start.

  • Bovenaan is er een tabblad voor elke gevonden harde schijf (of ander +opslagmedium, zoals een usb-stick), bijvoorbeeld: sda, +sdb, sdc, enz.

  • Voor alle andere acties: Klik eerst op de gewenste partitie. Bekijk die +vervolgens of kies een bestandssysteem en een koppelpunt, pas de grootte aan +of verwijder haar. Expert-modusgeeft meer opties, zoals +een partitie een label (naam) geven of een partitietype kiezen.

  • Ga verder totdat alles naar uw wensen is aangepast, klik vervolgens op +Klaar.

Waarschuwing

  1. Wees voorzichtig met de Alles wissen-knop, gebruik +deze enkel als u zeker bent dat u alle partities op het geselecteerde +opslagapparaat wilt verwijderen.

  2. Als u uw /-partitie wilt versleutelen, verzeker u er +dan van dat u een aparte /boot-partitie heeft. De +/boot-partitie mag NIET versleuteld worden, anders kunt +u uw systeem niet opstarten.

Belangrijk

  • Als u Mageia op een UEFI-systeem installeert, zorg dan dat een ESP +(EFI-Systeem-Partitie) beschikbaar is en correct is aangekoppeld op +/boot/EFI. Zie Figuur 1 hieronder.

  • Als u Mageia op een Legacy/GPT-systeem installeert, zorg dan dat een +BIOS-opstart-partitie beschikbaar is en daarnaast ook van het juiste type +is. Zie Figuur 2 hieronder.

Figuur 1. EFI-systeempartitie

EFI-systeempartitie

Figuur 2. BIOS-opstart-partitie

BIOS-opstart-partitie

Formatteren

Hier kunt u kiezen welke partitie(s) u wilt formatteren. Gegevens op +partities die niet aangevinkt zijn, blijven bewaard.

Gewoonlijk moeten op zijn minst de partities die DrakX koos, geformatteerd +worden.

Klik op Geavanceerd om de partities te kiezen die u +wilt controleren op zogenoemde slechte blokken

Tip

Als u niet zeker bent dat u de juiste keuze gemaakt heeft, kunt u op +Vorige klikken, nogmaals op Vorige +en dan op Aangepaste schijfpartitionering om in het +scherm te komen waar u kunt kiezen om details van uw partities te zien.

Klik op Volgende om door te gaan als u zeker bent van +uw keus.


Uploaded on 11/06/2023
diff --git a/draklive/9/nl/content/draft.png b/draklive/9/nl/content/draft.png new file mode 100644 index 00000000..59673fe1 Binary files /dev/null and b/draklive/9/nl/content/draft.png differ diff --git a/draklive/9/nl/content/images/Fdisk.png b/draklive/9/nl/content/images/Fdisk.png new file mode 100644 index 00000000..dd85a476 Binary files /dev/null and b/draklive/9/nl/content/images/Fdisk.png differ diff --git a/draklive/9/nl/content/images/Md5sum.png b/draklive/9/nl/content/images/Md5sum.png new file mode 100644 index 00000000..093e047f Binary files /dev/null and b/draklive/9/nl/content/images/Md5sum.png differ diff --git a/draklive/9/nl/content/images/Root.png b/draklive/9/nl/content/images/Root.png new file mode 100644 index 00000000..4e42b5cb Binary files /dev/null and b/draklive/9/nl/content/images/Root.png differ diff --git a/draklive/9/nl/content/images/live-bootCSM.png b/draklive/9/nl/content/images/live-bootCSM.png new file mode 100644 index 00000000..aa5c6e4e Binary files /dev/null and b/draklive/9/nl/content/images/live-bootCSM.png differ diff --git a/draklive/9/nl/content/images/live-bootUEFI.png b/draklive/9/nl/content/images/live-bootUEFI.png new file mode 100644 index 00000000..171a9261 Binary files /dev/null and b/draklive/9/nl/content/images/live-bootUEFI.png differ diff --git a/draklive/9/nl/content/images/live-unused-InstallationProgress.png b/draklive/9/nl/content/images/live-unused-InstallationProgress.png new file mode 100644 index 00000000..f467f734 Binary files /dev/null and b/draklive/9/nl/content/images/live-unused-InstallationProgress.png differ diff --git a/draklive/9/nl/content/index.html b/draklive/9/nl/content/index.html new file mode 100644 index 00000000..1a9317ab --- /dev/null +++ b/draklive/9/nl/content/index.html @@ -0,0 +1,39 @@ + + + + + Installatie vanaf een Live-mediumghost

De teksten en de schermafbeeldingen in deze handleiding zijn beschikbaar +onder de CC BY-SA 3.0 licentie http://creativecommons.org/licenses/by-sa/3.0/

Deze handleiding werd geproduceerd met behulp van het Calenco CMS, ontwikkeld door NeoDoc

Het is geschreven door vrijwilligers in hun vrije tijd. Neem contact op met +het Documentatieteam +als u mee wilt helpen deze handleiding te verbeteren.



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

Herzieningen

Sinds deze versie van Mageia werd uitgegeven, zullen sommige pakketten +bijgewerkt of verbeterd zijn.

  • Kies Ja als u ze wilt downloaden en installeren

  • Kies Nee als u dat niet nu wilt doen, of als u nu niet +met internet verbonden bent.

  • Klik op Volgende om verder te gaan


Uploaded on 11/06/2023
diff --git a/draklive/9/nl/content/login.html b/draklive/9/nl/content/login.html new file mode 100644 index 00000000..0b0912c4 --- /dev/null +++ b/draklive/9/nl/content/login.html @@ -0,0 +1,37 @@ + + + + + Aanmeldschermghost

Aanmeldscherm

SDDM-aanmeldscherm

Tenslotte komt u bij het aanmeldscherm voor de werkomgeving.

Voer uw gebruikersnaam en gebruikerswachtwoord in. Binnen een paar seconden +bevindt u zich in een opgestarte KDE/Plasma- of GNOME-werkomgeving, +afhankelijk van welk Live-medium u gebruikt heeft. Nu kunt u uw +Mageia-installatie gaan gebruiken en genieten.

Meer documentatie vindt u in de Mageia wiki.


Uploaded on 11/06/2023
diff --git a/draklive/9/nl/content/loupe.svg b/draklive/9/nl/content/loupe.svg new file mode 100644 index 00000000..fc5c33ca --- /dev/null +++ b/draklive/9/nl/content/loupe.svg @@ -0,0 +1,22 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/draklive/9/nl/content/main.js b/draklive/9/nl/content/main.js new file mode 100644 index 00000000..457dfe1a --- /dev/null +++ b/draklive/9/nl/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