diff options
author | Libreboot Contributor <contributor@libreboot.org> | 2020-03-22 12:50:16 +0100 |
---|---|---|
committer | Libreboot Contributor <contributor@libreboot.org> | 2020-03-22 12:50:16 +0100 |
commit | d169649111b594f8dffc235b8b2f37ff951f6f38 (patch) | |
tree | a9685eda4e3ff31c6e88f358e749cfc56f5d40b2 /docs/gnulinux | |
parent | 81b5b96c26914a6fee8cdc57a687985f708e6c52 (diff) | |
download | librebootfr-d169649111b594f8dffc235b8b2f37ff951f6f38.tar.gz librebootfr-d169649111b594f8dffc235b8b2f37ff951f6f38.zip |
translated intro of docs/gnulinux/grub_boot_installer.md
Diffstat (limited to 'docs/gnulinux')
-rw-r--r-- | docs/gnulinux/grub_boot_installer.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/gnulinux/grub_boot_installer.md b/docs/gnulinux/grub_boot_installer.md index 48ecaa37..4b2bf3fc 100644 --- a/docs/gnulinux/grub_boot_installer.md +++ b/docs/gnulinux/grub_boot_installer.md @@ -1,8 +1,16 @@ --- -title: How to Prepare and Boot a USB Installer on Libreboot Systems +title: Comment préparer et démarrer un installeur USB sur les systèmes Libreboot x-toc-enable: true ... +Ce guide explique comment préparer une clef USB démarrable pour les systèmes libreboot, qui peut être utilisée pour installer de nombreuses distributions GNU+Linux. +Pour ce guide, vous aurez seulement besoin d'une clef USB et de l'utilitaire `dd` (il est installé par défaut dans toute les distributions GNU+Linux). + +Pour des informations sur comment installer des distributions GNU+Linux spécifiques, référez-vous à [cette page](index.md). + +## Préparer la clef USB dans GNU+Linux + + This guide explains how to prepare a bootable USB for Libreboot systems that can be used to install several GNU+Linux distributions. For this guide, you will only need a USB flash drive and the `dd` utility (it's installed into all GNU+Linux distributions, by default). For information on actually installing specific GNU+Linux distributions, refer to [this page](index.md). |