Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scripts/mkimg: raspberry pi bootloader 2017-01-25 | Timo Teräs | 2017-01-27 | 1 | -1/+1 |
| | | | | (cherry picked from commit 5164608aabae7bd063a7a58573e2e297c8a66584) | ||||
* | scripts/mkimage: fix generation of checksums | Natanael Copa | 2017-01-27 | 2 | -2/+2 |
| | | | | | | we need remove the leading path to file (cherry picked from commit 26766bf9d25397508131386f6db9d727b684a473) | ||||
* | scripts/mkimage-yaml: fix branch | Natanael Copa | 2017-01-27 | 1 | -5/+11 |
| | | | | | | | | we need get the branch from tag instead of git branch, because we generate releasecandidates and the first stable release from git master and only do the git branch after the release is done. (cherry picked from commit 752bd10135e430259e3fe9bf11e69822210b3fcb) | ||||
* | scripts/mkimage: fix typo in latest-releases file | Natanael Copa | 2017-01-27 | 1 | -1/+1 |
| | | | | (cherry picked from commit bdfc1ded4c7586a435b374df8d01d96a3d390b43) | ||||
* | scripts/mkimg.xen: dont create apkovl | Natanael Copa | 2016-12-21 | 1 | -1/+1 |
| | |||||
* | scripts: add aarch64 release image | Natanael Copa | 2016-12-16 | 2 | -4/+12 |
| | |||||
* | scripts/genrootfs: add --no-cache when fetching alpine-base | Natanael Copa | 2016-12-16 | 1 | -4/+4 |
| | |||||
* | scripts: add minirootfs release image | Natanael Copa | 2016-12-16 | 3 | -1/+78 |
| | |||||
* | scripts: use libressl instead of openssl | Natanael Copa | 2016-11-28 | 2 | -2/+2 |
| | |||||
* | scripts/mkimage: fix vanilla kernel image name for bootloaders | Timo Teräs | 2016-11-25 | 1 | -5/+11 |
| | |||||
* | scripts/mkimage.sh: add parameter to add extra repositories | Timo Teräs | 2016-11-24 | 1 | -10/+15 |
| | |||||
* | scripts/bootstrap: install libstdc++ to target as implicit dependency | Timo Teräs | 2016-11-21 | 1 | -2/+2 |
| | |||||
* | scripts/mkimage: preparation for efi boot in iso images | Timo Teräs | 2016-11-18 | 3 | -30/+146 |
| | | | | | | | not enabled yet, but uncommenting the grub_mod should enable building of isolinux+grubefi hybrid images. once uefi boot works and is verified on aarch64, we can enable the vanilla iso image (grsec does not support aarch64). | ||||
* | scripts/bootstrap.sh: fix bootstrapping with libressl | Timo Teräs | 2016-11-17 | 1 | -3/+3 |
| | |||||
* | scritps/mkimgs.base.sh: do not create apkovl by default | Natanael Copa | 2016-11-16 | 1 | -1/+1 |
| | |||||
* | scripts: set execute permissions on scripts | Natanael Copa | 2016-11-14 | 3 | -0/+0 |
| | |||||
* | scripts/mkimg.base.sh: search for apkovl script | Natanael Copa | 2016-11-14 | 2 | -3/+14 |
| | | | | | search for apkovl script in current dir, in ~/.mkimg and in the dir where the mkimage script was started from. | ||||
* | scripts/mkimage: fix generation of version string | Natanael Copa | 2016-11-14 | 2 | -7/+10 |
| | | | | use git tag if we are at a given tag. use timestamp otherwise | ||||
* | scripts/mkimage-yaml: strip milliseconds from time stamp | Natanael Copa | 2016-11-14 | 1 | -0/+1 |
| | |||||
* | scripts/mkimage.sh: make sure outdir exists | Natanael Copa | 2016-11-14 | 1 | -0/+2 |
| | |||||
* | scripts/mkimg.standard: disable xtables on vanilla and virt | Natanael Copa | 2016-11-14 | 1 | -0/+2 |
| | |||||
* | scripts/mkimage.sh: generate yaml | Natanael Copa | 2016-11-14 | 2 | -0/+88 |
| | |||||
* | scripts/mkimg.standard.sh: add xtables modules and set nomodeset | Natanael Copa | 2016-11-14 | 1 | -0/+2 |
| | |||||
* | scripts/mkimage: automatically add pubkey from abuild | Natanael Copa | 2016-11-14 | 2 | -0/+9 |
| | | | | | | | | the boot repositry needs to be signed with a key. We explicitly copy this to initramfs so users don't need use --hostkeys which requires access to /etc/apk/keys/ without the key in intramfs the boot repository will be useless | ||||
* | scripts/mkimage.sh: fix checksum generation in outdir | Natanael Copa | 2016-11-14 | 1 | -2/+3 |
| | |||||
* | scripts/mkimage.sh: warn if no repo is set | Natanael Copa | 2016-11-14 | 1 | -0/+3 |
| | |||||
* | scripts/mkimage.sh: exit early on error | Natanael Copa | 2016-11-14 | 1 | -3/+4 |
| | |||||
* | scripts/mkimage.sh: fix typo | Natanael Copa | 2016-11-14 | 1 | -2/+2 |
| | |||||
* | scripts/mkimage.sh: scripts to build bootable alpine images | Timo Teräs | 2016-11-14 | 7 | -0/+674 |
| | |||||
* | scripts/bootstrap.sh: tool for bootstrapping alpine | Timo Teräs | 2016-07-27 | 1 | -0/+147 |
utility to do initial cross-compiler, and cross build of base packages for new architectures. |