Jybz
12cf678343
delete
2019-12-05 08:26:51 +00:00
Jybz
83251adb36
delete
2019-12-05 08:26:47 +00:00
Jybz
5e7d8ba878
delete
2019-12-05 08:26:42 +00:00
Jybz
c48e283772
delete
2019-12-05 08:26:35 +00:00
Jybz
a72f326d17
suppr
2019-12-05 08:26:27 +00:00
Jybz
9a63db8986
suppr
2019-12-05 08:26:22 +00:00
Jybz
3d2b8caa58
suppr
2019-12-05 08:25:56 +00:00
Jybz
4fff5657e6
suppr
2019-12-05 08:25:49 +00:00
Jybz
21c0d96ddc
suppr
2019-12-05 08:25:43 +00:00
Jybz
02df669220
suppr
2019-12-05 08:25:16 +00:00
Jybz
eeda4f38f5
nettoyage
2019-12-05 09:23:37 +01:00
Jybz
aa2a79585b
Resolution conflits
2019-12-05 09:01:15 +01:00
Jybz
a18c6bb409
sync7
2019-12-05 08:03:01 +01:00
Jybz
8951e0636e
sync6
2019-12-05 08:01:24 +01:00
Jybz
6b05f497c8
sync5
2019-12-05 07:58:04 +01:00
Jybz
7d2a3797c3
sync4
2019-12-05 07:56:49 +01:00
Jybz
c4b658842b
sync3
2019-12-05 07:52:52 +01:00
Jybz
33cf02869b
sync2
2019-12-05 07:52:21 +01:00
Jybz
6bd9625562
sync
2019-12-05 07:51:14 +01:00
DTux
3c3922f99a
Merge branch 'master' of bcornec/mageia4arm into master
2019-11-24 20:35:07 +00:00
Jybz
d7c2376925
Using the uboot DTB works also great.
2019-11-16 18:18:58 +00:00
Jybz
dbc51b810d
Compiled bootloader uboot for Banana Pro.
2019-11-16 18:18:25 +00:00
Jybz
eeec328bef
Using the uboot DTB works also great.
2019-11-16 18:17:44 +00:00
Jybz
391ed2f0f1
Mageia has the working kernel for Banana Pro, .config file is no longer required.
2019-11-16 18:16:54 +00:00
Jybz
f06744e2fa
MAJ
2019-11-16 18:15:03 +00:00
Jybz
dd60f5ee3b
MAJ
2019-11-16 18:14:44 +00:00
Jybz
360cff937c
MAJ
2019-11-16 18:12:28 +00:00
Jybz
87bd74c74f
coquille readme
2019-11-14 21:08:23 +00:00
Jybz
22812b1a06
Change Readme (add information to grow partition)
2019-11-14 20:09:59 +00:00
Jybz
95c26b0ce4
Update
2019-11-09 18:39:37 +00:00
Jybz
7f2671342e
maj
2019-11-09 17:57:01 +00:00
Jybz
f667080ee4
MAJ
2019-11-09 17:38:58 +00:00
Jybz
431f9c1c0c
New possibility to resize the root partition.
2019-11-09 17:35:07 +00:00
Jybz
57362fa374
Une maj ?
...
Je ne sais même plus s'il y a une maj de ce fichier...
2019-11-09 17:33:39 +00:00
Jybz
846b540c42
update
2019-11-05 21:49:47 +00:00
Jybz
d67cb83633
update
2019-11-05 21:48:58 +00:00
Jybz
8ac03608a4
Linux and uboot .config files.
2019-11-05 21:46:34 +00:00
Jybz
c02a9a2a94
Amélioration des unmount/unloop
2019-11-05 21:42:12 +00:00
Jybz
3122435982
réagencement du processus, fonctionnalisation nouvelle.
...
La création de l'image est effectuée avant l'installation des logiciels.
De nouvelles fonctions ont été divisées de fonctions existantes.
Il y a un bout de code qui ne me plaît pas :
info "making partitions"
echo -e "${FDISK_SCRIPT}" | /sbin/fdisk ${DEVICE}
# Activate loop device
info "device to detach ${DEVICE}"
/sbin/losetup -d "${DEVICE}"
DEVICE=$(/sbin/partx -va "${INSTALL_PATH}/${IMAGE}" | /bin/grep -m 1 -E -o '/dev/loop.?')
info "New attached device ${DEVICE}"
info "partitions list:"
info "$(/sbin/partx -v "${INSTALL_PATH}/${IMAGE}")"
if [ 1 -eq ${SEPARATE_BOOT_PARTITION} ]; then
BOOTP="${DEVICE}p1"
ROOTP="${DEVICE}p2"
else
ROOTP="${DEVICE}p1"
fi
2019-11-05 12:47:35 +00:00
Jybz
013c1e174f
preparation modification structurelles
2019-11-03 22:34:36 +00:00
Jybz
ec26c7845e
Supprimer 'second_stage_install.sh'
2019-11-03 22:34:06 +00:00
Jybz
9938238cb3
preparation modification structurelles
2019-11-03 22:33:19 +00:00
Jybz
9251519d7a
Change la locale à C, toutes les commandes du script sont en anglais, il n'y a plus d'erreur PERL.
2019-11-01 13:15:49 +00:00
Jybz
19a14be866
small maj
2019-10-27 21:25:10 +00:00
Jybz
8c2190b598
Création d'une fonction de démontage, désactive le split-length (DL tout)
2019-10-27 17:42:51 +00:00
Jybz
4057597197
Rectification skel, clean, rm ${BOOT}&${ROOT}
...
Skel supprime les fichiers par défaut du paquet rootfiles dont le .bashrc et la variable PATH contenant /usr/sbin.
Clean démontait les partitions avec une regex dans la commande ls, qui ne gère pas les regex. Méthode changée.
Modification de rmdir -rf /mnt/boot à rm -rf car rmdir ne prends aucun de des arguments r/f et bloque si le dossier n'est pas vide.
2019-10-27 15:08:49 +00:00
Bruno Cornec
1c25a15760
Fix an unbalanced if then else
2019-10-20 20:06:09 +02:00
Bruno Cornec
e349d47c90
Improve config help description
2019-10-20 20:00:10 +02:00
Bruno Cornec
4cdccda8cb
Fix call to error function
2019-10-20 19:52:20 +02:00
Bruno Cornec
386dfc194b
Fix usage of nonfree or tainted
2019-10-20 19:48:05 +02:00