1
0

- update of README.md

This commit is contained in:
Daniel Tartavel 2018-07-22 14:29:24 +02:00
parent 89849e1353
commit 4d2d86ad58

View File

@ -4,15 +4,16 @@ Outils servant à générer une image Mageia pour systèmes à base de processe
Démarrage rapide: Démarrage rapide:
Choisissez le dossier de configuration adapté à votre besoin (rpi ou xu4), sinon créer un nouveau dossier de configuration, copier le fichier mageia4arm.cfg.template à l'interieur et modifier le à vos besoins. 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.
Créer l'image: Créer l'image:
create_arm_img_urpmi.sh --all --config <your config dir> create_arm_img_urpmi.sh --all --config <dossier de configuration>
Aide: Aide:
create_arm_img_urpmi.sh -h|--help create_arm_img_urpmi.sh -h|--help
Vous pouvez adapter le script "second_stage_install.sh"" afin de compléter l'installation.
Des scprits sont disponibles dans le dossier "tools".
This repository contains script to make image for arm based systems from Mageia repositories. This repository contains script to make image for arm based systems from Mageia repositories.
@ -20,9 +21,12 @@ This repository contains script to make image for arm based systems from Mageia
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. 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.
create_arm_img_urpmi.sh --all --config <your config dir> create_arm_img_urpmi.sh --all --config <your config dir>
Help: Help:
create_arm_img_urpmi.sh -h|--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"