aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJybz <j.biernacki@free.fr>2019-10-01 19:30:47 +0000
committerJybz <j.biernacki@free.fr>2019-10-01 19:30:47 +0000
commitb43cf19b3c461bf0e721000ed0c32abfb4886e53 (patch)
tree2006d8d17b7eed3c8c3248f43e29391f5dbaac2f /README.md
parent2a82e889e8fc50d72be705ded4a50292c02b38b0 (diff)
downloadmageia4arm-b43cf19b3c461bf0e721000ed0c32abfb4886e53.tar
mageia4arm-b43cf19b3c461bf0e721000ed0c32abfb4886e53.tar.gz
mageia4arm-b43cf19b3c461bf0e721000ed0c32abfb4886e53.tar.bz2
mageia4arm-b43cf19b3c461bf0e721000ed0c32abfb4886e53.tar.xz
mageia4arm-b43cf19b3c461bf0e721000ed0c32abfb4886e53.zip
Modification du README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md33
1 files changed, 19 insertions, 14 deletions
diff --git a/README.md b/README.md
index e9cefd8..6ac077f 100644
--- a/README.md
+++ b/README.md
@@ -1,44 +1,49 @@
-# mageia4arm
+mageia4arm
+==========
+# Français
+
+### Description :
Outils servant à générer une image Mageia pour systèmes à base de processeurs arm
-Démarrage rapide:
+### Démarrage rapide :
Choisissez le dossier de configuration adapté à votre besoin (rpi ou xu4), sinon créez un nouveau dossier de configuration, copiez le fichier "mageia4arm.cfg.template" à l'interieur et modifiez le selon vos besoins.
Par défaut l'utilisateur est "pi" avec le mot de passe "raspberry", et l'administrateur "root" avec le mot de passe "piroot".
-Créer l'image:
+### Créer l'image :
create_arm_img_urpmi.sh --all --config <dossier de configuration\>
-Aide:
+### Aide :
create_arm_img_urpmi.sh -h|--help
Vous pouvez adapter le script "second_stage_install.sh" afin de compléter l'installation.
Des scripts sont disponibles dans le dossier "tools", ils sont copié dans /usr/local/bin/ dans l'image.
-Premier lancement de l'image sur le raspberry pi:
-- lancer drakkeyboard afin de configurer le clavier
-- si vous avez besoin d'un gestionnaire graphique, lancer le script:
-install_graphical.sh <gestionnaire-graphique\>( xfce, lxqt, plasma, ...) voir les métapaquetages disponibles dans "Environnement graphique" dans le gestionnaire de logiciels.
-
+### Premier lancement de l'image sur le raspberry pi :
+- lancer drakkeyboard afin de configurer le clavier
+- si vous avez besoin d'un gestionnaire graphique, lancer le script:
+ install_graphical.sh <gestionnaire-graphique\>( xfce, lxqt, plasma, ...) voir les métapaquetages disponibles dans "Environnement graphique" dans le gestionnaire de logiciels.
+# English
+### Description:
This repository contains script to make image for arm based systems from Mageia repositories.
-Quick start:
+### Quick start:
Choose the config dir you need (rpi or xu4), else create a new config directory with "mageia4arm.cfg.template" in and modify it as you need.
By default username is "pi" with password "raspberry" and root password is "piroot".
create_arm_img_urpmi.sh --all --config <your config dir\>
-Help:
+### Help:
create_arm_img_urpmi.sh -h|--help
you can adapt the script "second_stage_install.sh" to complete the installation.
Some scripts are available in directory "tools". they are copied in /usr/local/bin/ in the image.
-First launch of the image on raspberry pi:
-- launch drakkeyboard to configure keyboard layout.
-- if you need a graphical environment, launch the script :
+### First launch of the image on raspberry pi:
+- launch drakkeyboard to configure keyboard layout.
+- if you need a graphical environment, launch the script :
install_graphical.sh <graphical environment\> ( xfce, lxqt, plasma, ...), see "Graphical environment" in the Mageia application manager meta packages.