Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | big update... | Jybz | 2020-11-03 | 19 | -743/+618 |
| | |||||
* | Add bash completion | Jybz | 2020-11-02 | 1 | -2/+9 |
| | |||||
* | update bananaPro using formating file instead formating device | Jybz | 2020-11-02 | 8 | -57/+77 |
| | |||||
* | Add bash completion | Jybz | 2020-09-16 | 1 | -0/+86 |
| | |||||
* | Remove unused variable (redefined in the script). | Jybz | 2020-09-10 | 8 | -79/+0 |
| | |||||
* | Add alternative for --config between a name in ./platform or a path to ↵ | Jybz | 2020-09-10 | 1 | -9/+14 |
| | | | | another place. Preparing the mageia4arm spec for RPM. | ||||
* | Fix patch on armv7hl | Jybz | 2020-09-08 | 3 | -24/+21 |
| | |||||
* | update patches for Uboot-bananaPro | Jybz | 2020-09-08 | 5 | -119/+72 |
| | |||||
* | add compress option, sign option, checksum option in argument list. Define ↵ | Jybz | 2020-08-30 | 2 | -4/+20 |
| | | | | default values or it. | ||||
* | update help, remove useless comment | Jybz | 2020-08-30 | 1 | -6/+2 |
| | |||||
* | Switch from u-boot project binaries to Mageia's BS rpm. | Jybz | 2020-08-30 | 1 | -3/+5 |
| | |||||
* | Cleaning BananaPro platform | Jybz | 2020-08-30 | 21 | -1510/+564 |
| | |||||
* | Split script into two separate files, workflow and functions. | Jybz | 2020-08-30 | 2 | -826/+828 |
| | |||||
* | Switch \t by spaces | Jybz | 2020-08-30 | 1 | -61/+56 |
| | |||||
* | fix type, shift dnf extra inside dnf mirroir | Jybz | 2020-08-30 | 1 | -10/+4 |
| | |||||
* | add default value for hostname. | Jybz | 2020-08-30 | 1 | -1/+1 |
| | |||||
* | shift burningBootloader at the end, in order to take the bootloader from an ↵ | Jybz | 2020-08-30 | 1 | -2/+2 |
| | | | | RPM package after installation. Fix typo. | ||||
* | Add ignorearch instead of patching urpmi.addmedia. NEED urpm patch not ↵ | Jybz | 2020-08-30 | 1 | -10/+2 |
| | | | | upstream yet. | ||||
* | Modify urpm method for bananaPro | Jybz | 2020-08-15 | 2 | -1/+17 |
| | |||||
* | add sha384sum | Jybz | 2020-08-15 | 1 | -0/+2 |
| | |||||
* | add extras | Jybz | 2020-08-15 | 1 | -0/+19 |
| | | | | Checksum, signature, compression. | ||||
* | add unmount in clean | Jybz | 2020-08-15 | 1 | -0/+6 |
| | | | | in case script crash in chroot, cleaning is not possible without unmounting. | ||||
* | Locate 2 bugs, one with useless files fullfilling boot partition, one ↵ | Jybz | 2020-08-15 | 1 | -4/+6 |
| | | | | overwriting sourced values. | ||||
* | Permits patching for bug with aarch64 on x86_64 build | Jybz | 2020-08-15 | 1 | -0/+8 |
| | |||||
* | add timestamp | Jybz | 2020-08-15 | 1 | -4/+9 |
| | |||||
* | Set default packagemanager | Nicolas Lécureuil | 2020-08-06 | 1 | -0/+1 |
| | |||||
* | Remove commented code | Nicolas Lécureuil | 2020-08-06 | 1 | -26/+0 |
| | |||||
* | can choose between urpmi or dnf | Daniel Tartavel | 2020-08-06 | 1 | -82/+132 |
| | |||||
* | added rpi 4 configuration | Daniel Tartavel | 2020-02-15 | 13 | -14/+641 |
| | | | | | corrected bug in addmedia for cauldron need updating u-boot package | ||||
* | corrected path to dnf config | root | 2020-02-10 | 1 | -2/+2 |
| | |||||
* | Merge branch 'fix-qemu-user-setup' of ngompa/mageia4arm into master | DTux | 2020-01-27 | 1 | -14/+20 |
|\ | |||||
| * | Work around issues with filesystem package by preparing chroot skeleton | Neal Gompa | 2020-01-12 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | There are issues with the filesystem package in Mageia that lead to unpredictable setup for the filesystem hierarchy when setting up chroots. In order to work around this problem, let's create some of the basic paths ourselves while we wait for the issue to be fixed. Reference: https://bugs.mageia.org/show_bug.cgi?id=26044 | ||||
| * | Drop copying qemu binaries and ensure qemu-user is configured on host | Neal Gompa | 2020-01-11 | 1 | -14/+7 |
|/ | | | | | | | | | | | Since Mageia 6, it has not been necessary to copy the qemu binaries and the binfmt files into the chroot to run ARM binaries inside a chroot. This change finally stops doing that. In order to make sure this works properly, we ensure that systemd-binfmt is restarted to apply binfmt changes on the system. This ensures that the host qemu-user-static is configured to execute binaries, even in chroots. | ||||
* | Merge branch 'disable-deltastuff' of ngompa/mageia4arm into master | DTux | 2020-01-08 | 1 | -0/+2 |
|\ | |||||
| * | Disable fetching DeltaRPMs as a preventative measure | Neal Gompa | 2020-01-06 | 1 | -0/+1 |
| | | | | | | | | | | | | While Mageia does not yet produce DeltaRPMs, it would never make sense to fetch them for building ARM images, so we just turn it off pre-emptively to simplify things for the future. | ||||
| * | Disable zchunk by default to make repodata fetching more reliable | Neal Gompa | 2020-01-06 | 1 | -0/+1 |
|/ | | | | | | | Some mirrors have issues with ranged fetching of files, which is a critical aspect of fetching zchunk-based repodata. In order to to improve the reliability of fetching repodata and packages, disable this. | ||||
* | Merge branch 'misc-bootstrap-fixes' of ngompa/mageia4arm into master | DTux | 2020-01-06 | 2 | -4/+14 |
|\ | |||||
| * | Small fixes to get basesystem chroot working | Neal Gompa | 2020-01-05 | 2 | -4/+5 |
| | | |||||
| * | Install distribution-gpg-keys if it is not already installed | Neal Gompa | 2020-01-05 | 1 | -0/+9 |
|/ | | | | | | | We need distribution-gpg-keys to provide us the Mageia GPG key file in the distribution-agnostic location. As this package is available on virtually every distribution that also has DNF, it's easily relied upon. | ||||
* | reactivated test of root user | Daniel Tartavel | 2020-01-05 | 1 | -30/+30 |
| | |||||
* | Merge branch 'use-local-dnf-config' of ngompa/mageia4arm into master | DTux | 2020-01-05 | 9 | -269/+477 |
|\ | |||||
| * | Install u-boot only on armv7hl systems | Neal Gompa | 2020-01-05 | 1 | -1/+8 |
| | | | | | | | | | | U-Boot is not available for AArch64, so this causes basesystem setup to fail when producing AArch64 images. | ||||
| * | Fixed bananaPro extlinux.conf file | Jybz | 2020-01-05 | 1 | -2/+2 |
| | | |||||
| * | rpi3b+64b | Jybz | 2020-01-05 | 6 | -39/+93 |
| | | |||||
| * | Add my attribution to the script | Neal Gompa | 2020-01-05 | 2 | -2/+3 |
| | | |||||
| * | Use self-contained config file for DNF with repos defined | Neal Gompa | 2020-01-05 | 2 | -5/+43 |
| | | | | | | | | | | | | With self-contained configuration, the repository definitions will be predictable based on the target architecture and avoid leaking anything from the host. | ||||
| * | Use the correct license file for the sources | Neal Gompa | 2020-01-05 | 1 | -223/+331 |
|/ | | | | | The source code seems to be actually licensed GPLv2+, so let's include the correct license file. | ||||
* | Merge branch 'dnfify' of ngompa/mageia4arm into master | DTux | 2020-01-05 | 32 | -99/+604 |
|\ | |||||
| * | Initial conversion to use DNF | Neal Gompa | 2020-01-04 | 14 | -62/+100 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This change makes it so that the ARM image creation script uses DNF instead of urpmi. This affords several advantages: 1. Mageia images can be created from non-Mageia systems 2. Mageia images can be created from within Mock 3. ARM images can be created from x86_64 hosts 4. Image building can rely on pre-installed repo configurations This also brings us in line with the Docker image creation process, which also uses DNF. | ||||
| * | Reparation build Rpi (2)+ essais Rpi3b+ 64bits | Jybz | 2020-01-04 | 2 | -0/+0 |
| | |