aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJybz <j.biernacki@free.fr>2019-12-30 13:17:44 +0100
committerJybz <j.biernacki@free.fr>2019-12-30 13:17:44 +0100
commit07dc125b43d73441f1689cb88a4ee462f52df42b (patch)
treef6ac290d68835939a57e4ee3ecbcdbc4ac91b2e0 /README.md
parent2502564de3e767d55c7578474effc49dd8e85e2c (diff)
downloadmageia4arm-07dc125b43d73441f1689cb88a4ee462f52df42b.tar
mageia4arm-07dc125b43d73441f1689cb88a4ee462f52df42b.tar.gz
mageia4arm-07dc125b43d73441f1689cb88a4ee462f52df42b.tar.bz2
mageia4arm-07dc125b43d73441f1689cb88a4ee462f52df42b.tar.xz
mageia4arm-07dc125b43d73441f1689cb88a4ee462f52df42b.zip
fix readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index e4f5f32..78f5503 100644
--- a/README.md
+++ b/README.md
@@ -123,9 +123,9 @@ label linux
append root=UUID=<UUID> <BOOT_ARGS>
```
Les balises :
-- <FDTDIR> est automatiquement généré par le script ./mageia4arm/create_arm_img_urpmi.sh
-- <UUID> est récupéré par le script ./mageia4arm/create_arm_img_urpmi.sh , il peut être nécessaire d'ajouter une initrd pour utiliser l'UUID, autrement il faut spécifier /dev/mmcblkXpY .
-- <BOOT_ARGS> est défini dans le fichier ./mageia4arm/platforms/<LaPlateforme>/mageia4arm.cfg
+- \<FDTDIR\> est automatiquement généré par le script ./mageia4arm/create_arm_img_urpmi.sh
+- \<UUID\> est récupéré par le script ./mageia4arm/create_arm_img_urpmi.sh , il peut être nécessaire d'ajouter une initrd pour utiliser l'UUID, autrement il faut spécifier /dev/mmcblkXpY .
+- \<BOOT_ARGS\> est défini dans le fichier ./mageia4arm/platforms/\<LaPlateforme\>/mageia4arm.cfg .
Il est possible d'ajouter la ligne `initrd /boot/initrd.img` si un fichier initrd a été généré par dracut.
@@ -318,9 +318,9 @@ label linux
append root=UUID=<UUID> <BOOT_ARGS>
```
The tags :
-- <FDTDIR> is automatically generated by the script ./mageia4arm/create_arm_img_urpmi.sh
-- <UUID> is automatically reused bu the script ./mageia4arm/create_arm_img_urpmi.sh , it might be necessary to add an initrd in order to user the UUID, otherwise it should be specify /dev/mmcblkXpY .
-- <BOOT_ARGS> is defined in the configuration file ./mageia4arm/platforms/<LaPlateforme>/mageia4arm.cfg
+- \<FDTDIR\> is automatically generated by the script ./mageia4arm/create_arm_img_urpmi.sh
+- \<UUID\> is automatically reused bu the script ./mageia4arm/create_arm_img_urpmi.sh , it might be necessary to add an initrd in order to user the UUID, otherwise it should be specify /dev/mmcblkXpY .
+- \<BOOT_ARGS\> is defined in the configuration file ./mageia4arm/platforms/\<ThePlatform\>/mageia4arm.cfg
It is also possible to add the line `initrd /boot/initrd.img` if a initrd file has been generated by dracut.