1
0
This commit is contained in:
Jybz 2019-11-16 18:12:28 +00:00
parent 87bd74c74f
commit 360cff937c
2 changed files with 5 additions and 1 deletions

View File

@ -126,7 +126,7 @@ dd if=./build/Mageia-7-bananaPro1.img of=/dev/mmcblkX
``` ```
On peut ajouter une barre de progression : On peut ajouter une barre de progression :
``` ```
dd if=./build/Mageia-7-bananaPro1.img | pv -s $(ls -l ./build/Mageia-7-bananaPro1.img | cut -d ' ' -f 5) | gzip -9 | dd of=/dev/mmcblkX dd if=./build/Mageia-7-bananaPro1.img | pv -s $(ls -l ./build/Mageia-7-bananaPro1.img | cut -d ' ' -f 5) | dd of=/dev/mmcblkX
``` ```
<a id="fr_compress"/> <a id="fr_compress"/>

View File

@ -906,6 +906,10 @@ case ${OPT} in
mkfstab mkfstab
preparechroot preparechroot
jumpchroot jumpchroot
#Check before is useless (with $MIRROR
info "Use mirrorlist to light one server."
MIRROR=
addmedia
mountPartitions mountPartitions
copyingsystem copyingsystem
unmountingPartitions unmountingPartitions