MAJ
This commit is contained in:
parent
87bd74c74f
commit
360cff937c
@ -126,7 +126,7 @@ dd if=./build/Mageia-7-bananaPro1.img of=/dev/mmcblkX
|
||||
```
|
||||
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"/>
|
||||
|
@ -906,6 +906,10 @@ case ${OPT} in
|
||||
mkfstab
|
||||
preparechroot
|
||||
jumpchroot
|
||||
#Check before is useless (with $MIRROR
|
||||
info "Use mirrorlist to light one server."
|
||||
MIRROR=
|
||||
addmedia
|
||||
mountPartitions
|
||||
copyingsystem
|
||||
unmountingPartitions
|
||||
|
Reference in New Issue
Block a user