Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |