aboutsummaryrefslogtreecommitdiffstats
path: root/create_arm_image.sh
Commit message (Expand)AuthorAgeFilesLines
* Fix fork loop generated by the space not found at the end when --log is the l...Jybz2021-02-191-1/+1
* Fix desktop option (missing in the list of options)Jybz2021-02-191-1/+1
* Add environemnt checking functionJybz2020-12-141-0/+2
* add mirror optionJybz2020-12-021-0/+4
* fix shift on package option.Jybz2020-12-011-1/+1
* add --mga-version option and rearrange bashcompletion jump listJybz2020-12-011-20/+31
* Rename info function to print_info, info app already existsJybz2020-11-301-16/+16
* move auto log to ./log instead of ./Jybz2020-11-291-1/+4
* Move IMAGE= variable outside of configuration, improve clean function, prepar...Jybz2020-11-191-6/+9
* Add extrapackage installation, preparing Desktop Environment.Jybz2020-11-191-1/+2
* big update...Jybz2020-11-031-34/+74
* Add alternative for --config between a name in ./platform or a path to anothe...Jybz2020-09-101-9/+14
* add compress option, sign option, checksum option in argument list. Define de...Jybz2020-08-301-1/+13
* update help, remove useless commentJybz2020-08-301-6/+2
* Split script into two separate files, workflow and functions.Jybz2020-08-301-826/+55
* Switch \t by spacesJybz2020-08-301-61/+56
* fix type, shift dnf extra inside dnf mirroirJybz2020-08-301-10/+4
* add default value for hostname.Jybz2020-08-301-1/+1
* shift burningBootloader at the end, in order to take the bootloader from an R...Jybz2020-08-301-2/+2
* Add ignorearch instead of patching urpmi.addmedia. NEED urpm patch not upstre...Jybz2020-08-301-10/+2
* Modify urpm method for bananaProJybz2020-08-151-0/+10
* add sha384sumJybz2020-08-151-0/+2
* add extrasJybz2020-08-151-0/+19
* add unmount in cleanJybz2020-08-151-0/+6
* Locate 2 bugs, one with useless files fullfilling boot partition, one overwri...Jybz2020-08-151-4/+6
* Permits patching for bug with aarch64 on x86_64 buildJybz2020-08-151-0/+8
* add timestampJybz2020-08-151-4/+9
* Set default packagemanagerNicolas Lécureuil2020-08-061-0/+1
* Remove commented codeNicolas Lécureuil2020-08-061-26/+0
* can choose between urpmi or dnfDaniel Tartavel2020-08-061-82/+132
* added rpi 4 configurationDaniel Tartavel2020-02-151-14/+32
* corrected path to dnf configroot2020-02-101-2/+2
* Work around issues with filesystem package by preparing chroot skeletonNeal Gompa2020-01-121-0/+13
* Drop copying qemu binaries and ensure qemu-user is configured on hostNeal Gompa2020-01-111-14/+7
* Small fixes to get basesystem chroot workingNeal Gompa2020-01-051-2/+2
* Install distribution-gpg-keys if it is not already installedNeal Gompa2020-01-051-0/+9
* reactivated test of root userDaniel Tartavel2020-01-051-30/+30
* Install u-boot only on armv7hl systemsNeal Gompa2020-01-051-1/+8
* rpi3b+64bJybz2020-01-051-6/+6
* Add my attribution to the scriptNeal Gompa2020-01-051-0/+1
* Use self-contained config file for DNF with repos definedNeal Gompa2020-01-051-5/+6
* Initial conversion to use DNFNeal Gompa2020-01-041-0/+1013