aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
...
* scripts: set execute permissions on scriptsNatanael Copa2016-11-143-0/+0
|
* scripts/mkimg.base.sh: search for apkovl scriptNatanael Copa2016-11-142-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 stringNatanael Copa2016-11-142-7/+10
| | | | use git tag if we are at a given tag. use timestamp otherwise
* scripts/mkimage-yaml: strip milliseconds from time stampNatanael Copa2016-11-141-0/+1
|
* scripts/mkimage.sh: make sure outdir existsNatanael Copa2016-11-141-0/+2
|
* scripts/mkimg.standard: disable xtables on vanilla and virtNatanael Copa2016-11-141-0/+2
|
* scripts/mkimage.sh: generate yamlNatanael Copa2016-11-142-0/+88
|
* scripts/mkimg.standard.sh: add xtables modules and set nomodesetNatanael Copa2016-11-141-0/+2
|
* scripts/mkimage: automatically add pubkey from abuildNatanael Copa2016-11-142-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 outdirNatanael Copa2016-11-141-2/+3
|
* scripts/mkimage.sh: warn if no repo is setNatanael Copa2016-11-141-0/+3
|
* scripts/mkimage.sh: exit early on errorNatanael Copa2016-11-141-3/+4
|
* scripts/mkimage.sh: fix typoNatanael Copa2016-11-141-2/+2
|
* scripts/mkimage.sh: scripts to build bootable alpine imagesTimo Teräs2016-11-147-0/+674
|
* scripts/bootstrap.sh: tool for bootstrapping alpineTimo Teräs2016-07-271-0/+147
utility to do initial cross-compiler, and cross build of base packages for new architectures.