Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scripts/mkimage: enable building of efi iso images by default | Timo Teräs | 2017-10-19 | 1 | -1/+1 |
| | |||||
* | scripts/mkimage: set title and desc in yaml | Natanael Copa | 2017-05-30 | 1 | -0/+2 |
| | |||||
* | scripts/mkimage: fix generation of checksums | Natanael Copa | 2016-12-22 | 1 | -1/+1 |
| | | | | we need remove the leading path to file | ||||
* | scripts/mkimage: fix typo in latest-releases file | Natanael Copa | 2016-12-22 | 1 | -1/+1 |
| | |||||
* | scripts: add aarch64 release image | Natanael Copa | 2016-12-16 | 1 | -1/+1 |
| | |||||
* | scripts: add minirootfs release image | Natanael Copa | 2016-12-16 | 1 | -1/+1 |
| | |||||
* | scripts/mkimage.sh: add parameter to add extra repositories | Timo Teräs | 2016-11-24 | 1 | -10/+15 |
| | |||||
* | scripts/mkimage: preparation for efi boot in iso images | Timo Teräs | 2016-11-18 | 1 | -2/+5 |
| | | | | | | | 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/mkimg.base.sh: search for apkovl script | Natanael Copa | 2016-11-14 | 1 | -1/+4 |
| | | | | | 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 | 1 | -1/+10 |
| | | | | use git tag if we are at a given tag. use timestamp otherwise | ||||
* | scripts/mkimage.sh: make sure outdir exists | Natanael Copa | 2016-11-14 | 1 | -0/+2 |
| | |||||
* | scripts/mkimage.sh: generate yaml | Natanael Copa | 2016-11-14 | 1 | -0/+14 |
| | |||||
* | scripts/mkimage: automatically add pubkey from abuild | Natanael Copa | 2016-11-14 | 1 | -0/+8 |
| | | | | | | | | 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 | 1 | -0/+226 |