1
0
Commit Graph

238 Commits

Author SHA1 Message Date
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
Jybz
ef464c1ed0 Banana Pro README 2019-10-20 10:55:06 +00:00
Jybz
8c5424569d Banana Pro README 2019-10-20 10:54:27 +00:00
Jybz
dd18f517a8 Banana Pro README 2019-10-20 10:11:06 +00:00
Jybz
386de37eb2 Banana Pro README 2019-10-20 10:10:46 +00:00
Jybz
612306ff93 MAJ 2019-10-20 10:04:19 +00:00
Jybz
00ca9d7273 MAJ 2019-10-20 10:04:10 +00:00
Jybz
854ce6b5cc MAJ 2019-10-20 10:03:40 +00:00
Jybz
55533d5184 suppr avt maj 2019-10-20 10:02:00 +00:00
Jybz
3f8ac07728 suppr avt maj 2019-10-20 10:01:52 +00:00
Jybz
5e89db5b3b suppr avt maj 2019-10-20 10:01:45 +00:00
Jybz
a1e69a69c0 suppr avt maj 2019-10-20 10:01:37 +00:00
Jybz
f9cd12759a suppr avt maj 2019-10-20 10:01:30 +00:00
Jybz
871f9f0884 suppr avt maj 2019-10-20 10:01:22 +00:00
Jybz
1d5e368b52 suppr avt maj 2019-10-20 10:01:13 +00:00
Jybz
e8b0690a58 suppr avt maj 2019-10-20 10:01:02 +00:00
Jybz
d0e7c4cf8a suppr avt maj 2019-10-20 10:00:51 +00:00
Jybz
1f3e8708f7 Readme link repared 2
Mismatch tags
2019-10-20 09:50:50 +00:00
Jybz
12a5e208f3 readme link repared
Réparation des liens du readme
2019-10-20 09:46:08 +00:00
Jybz
7c09914672 readme test 2019-10-20 09:44:34 +00:00
Jybz
279cc5e2a9 readme test 2019-10-20 09:43:17 +00:00
Jybz
27006c6c4c readme test 2019-10-20 09:41:30 +00:00
Jybz
f756bcc3a2 readme test 2019-10-20 09:38:14 +00:00
Jybz
eae49b735a readme test 2019-10-20 09:36:51 +00:00