aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mkimage.sh
Commit message (Collapse)AuthorAgeFilesLines
* scripts/mkimage.sh: Add explicit `--help` option to prevent exit code 1Hosh2019-09-261-0/+1
|
* scripts: add armv7 support to imagesOlliver Schinagl2019-02-261-1/+1
| | | | Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* scripts/mkimage.sh: allow --repository multiple timesNatanael Copa2018-03-161-3/+9
| | | | | we dont need --extra-repository anymore but keep it for backwards compatibility
* scripts/mkimage: enable building of efi iso images by defaultTimo Teräs2017-10-191-1/+1
|
* scripts/mkimage: set title and desc in yamlNatanael Copa2017-05-301-0/+2
|
* scripts/mkimage: fix generation of checksumsNatanael Copa2016-12-221-1/+1
| | | | we need remove the leading path to file
* scripts/mkimage: fix typo in latest-releases fileNatanael Copa2016-12-221-1/+1
|
* scripts: add aarch64 release imageNatanael Copa2016-12-161-1/+1
|
* scripts: add minirootfs release imageNatanael Copa2016-12-161-1/+1
|
* scripts/mkimage.sh: add parameter to add extra repositoriesTimo Teräs2016-11-241-10/+15
|
* scripts/mkimage: preparation for efi boot in iso imagesTimo Teräs2016-11-181-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 scriptNatanael Copa2016-11-141-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 stringNatanael Copa2016-11-141-1/+10
| | | | use git tag if we are at a given tag. use timestamp otherwise
* scripts/mkimage.sh: make sure outdir existsNatanael Copa2016-11-141-0/+2
|
* scripts/mkimage.sh: generate yamlNatanael Copa2016-11-141-0/+14
|
* scripts/mkimage: automatically add pubkey from abuildNatanael Copa2016-11-141-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 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-141-0/+226