From e338ce6655b15a94ea2f1372b3c9e99bdcfe02db Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 12 Dec 2017 22:18:51 +0100 Subject: [PATCH] grub --- source/grub/index.rst | 3 +-- source/grub/modules.rst | 2 ++ source/grub/standalone.rst | 32 ++++++++++++++++++++------------ 3 files changed, 23 insertions(+), 14 deletions(-) diff --git a/source/grub/index.rst b/source/grub/index.rst index 9809edc..452f37d 100644 --- a/source/grub/index.rst +++ b/source/grub/index.rst @@ -1,6 +1,5 @@ -#### GRUB -#### +==== .. toctree:: diff --git a/source/grub/modules.rst b/source/grub/modules.rst index 367b1a8..52aebc9 100644 --- a/source/grub/modules.rst +++ b/source/grub/modules.rst @@ -1,3 +1,5 @@ +.. _grub_modules: + ******* Modules ******* diff --git a/source/grub/standalone.rst b/source/grub/standalone.rst index e3f5aa6..97f7d1e 100644 --- a/source/grub/standalone.rst +++ b/source/grub/standalone.rst @@ -1,14 +1,17 @@ -********** -Standalone -********** +************************ +Prepare a boot directory +************************ -# Choisir les modules à inclure +Choose useful modules +===================== -[Parmi la liste suivante](modules.md) +Commented list: :ref:`grub_modules` -# Télécharger les paquets nécessaires +Download packages +================= -## actuels +current +------- ================== =================================== grub2-common fichiers v2 communs @@ -19,14 +22,16 @@ grub-pc architecture BIOS avec installation grub-pc-bin architecture BIOS avec installation ================== =================================== -## anciens +legacy +------ =========== ============ grub-efi transitional grub-legacy maintenance =========== ============ -# Créer une arborescence autonome +Put up a functional directory +============================= boot/grub/grub.cfg @@ -40,7 +45,8 @@ Or at worst: search --set --label "LA_BEL" -# Générer une image modulaire +Generate a modular image +======================== /bin/tar @@ -127,7 +133,8 @@ timeout -1 cmdpath (hd?) ======= ===== -## fichier de persistence d’environnement +persistent environment variables file +------------------------------------- * /usr/bin/grub-editenv @@ -137,7 +144,8 @@ cmdpath (hd?) grub-editenv file set variable=value grub-editenv file unset variable -## démarrer un système préparé +boot a prepared system +---------------------- .. warning::