12 KiB
mageia4arm
Short :
- Français
- Description
- Rapidement
- Créer une image
- Aide
- Premier démarrage
- Nouvelle plateforme
- Fichier de configuration
- Fichier chroot
- Fichier de fonctions personnalisées
- Fichier extlinux
- Autres fichiers
- Extras
- Graver l'image
- Compresser l'image
- Générer une checksum
- Signer la checksum
- Vérifier une signature
- English
- Description
- Rapidement
- Créer une image
- Aide
- Premier démarrage
- Nouvelle plateforme
- Fichier de configuration
- Fichier chroot
- Fichier de fonctions personnalisées
- Fichier extlinux
- Autres fichiers
- Extras
- Graver l'image
- Compresser l'image
- Générer une checksum
- Signer la checksum
- Vérifier une signature
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.
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>
Example given :
su -
<root password>
cd /home/user/workspace/mageia4arm/
./create_arm_img_urpmi.sh --all --target bananaPro --size 4 --tainted --nonfree --build-path ./build --config bananaPro 2>&1 | tee -a ./build.log
With such command, all steps of the build process for the bananaPro will be executed. The final image will fit into a 4 GB SD card. The nonfree and tainted repositories will be activated. The build path will be the directory ./build. Finaly, the configuration is for bananaPro. The rest of the command, 2>&1 redirect the stderr stream into the stdout and it will be duplicated inside the build.log file for debug purpose.
### Help: create_arm_img_urpmi.sh -h|--helpyou 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.