1
0
This repository has been archived on 2023-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
dtux__mageia4arm/README.md

51 lines
2.2 KiB
Markdown
Raw Normal View History

2019-10-01 21:30:47 +02:00
mageia4arm
==========
2018-06-06 11:09:33 +02:00
2019-10-01 21:30:47 +02:00
# Français
### Description :
2018-07-20 22:04:20 +02:00
Outils servant à générer une image Mageia pour systèmes à base de processeurs arm
2018-06-06 11:44:10 +02:00
2019-10-01 21:30:47 +02:00
### Démarrage rapide :
2018-06-06 11:44:10 +02:00
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".
2018-06-06 11:44:10 +02:00
2019-10-01 21:30:47 +02:00
### Créer l'image :
create_arm_img_urpmi.sh --all --config <dossier de configuration\>
2018-06-06 11:44:10 +02:00
2019-10-01 21:30:47 +02:00
### Aide :
create_arm_img_urpmi.sh -h|--help
2018-06-06 11:44:10 +02:00
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.
2018-12-16 14:21:26 +01:00
2019-10-01 21:30:47 +02:00
### Premier lancement de l'image sur le raspberry pi :
2019-10-01 21:41:32 +02:00
* lancer drakkeyboard afin de configurer le clavier
* si vous avez besoin d'un gestionnaire graphique, lancer le script:
2019-10-01 21:31:55 +02:00
install_graphical.sh <gestionnaire-graphique\>( xfce, lxqt, plasma, ...) voir les métapaquetages disponibles dans "Environnement graphique" dans le gestionnaire de logiciels.
2018-06-06 11:44:10 +02:00
2019-10-01 21:44:08 +02:00
2019-10-01 21:30:47 +02:00
# English
2018-06-06 11:44:10 +02:00
2019-10-01 21:30:47 +02:00
### Description:
This repository contains script to make image for arm based systems from Mageia repositories.
2018-06-06 11:44:10 +02:00
2019-10-01 21:30:47 +02:00
### Quick start:
2018-06-06 11:44:10 +02:00
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".
2018-06-06 11:44:10 +02:00
create_arm_img_urpmi.sh --all --config <your config dir\>
2018-06-06 11:44:10 +02:00
2019-10-01 21:30:47 +02:00
### Help:
create_arm_img_urpmi.sh -h|--help
2018-07-22 14:29:24 +02:00
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.
2018-12-16 14:21:26 +01:00
2019-10-01 21:30:47 +02:00
### First launch of the image on raspberry pi:
2019-10-01 21:41:32 +02:00
* launch drakkeyboard to configure keyboard layout.
* if you need a graphical environment, launch the script :
2019-10-01 21:31:55 +02:00
install_graphical.sh <graphical environment\> ( xfce, lxqt, plasma, ...), see "Graphical environment" in the Mageia application manager meta packages.