aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mkimg.base.sh
Commit message (Collapse)AuthorAgeFilesLines
* scripts: use libressl instead of opensslNatanael Copa2016-11-281-1/+1
|
* scripts/mkimage: fix vanilla kernel image name for bootloadersTimo Teräs2016-11-251-5/+11
|
* scripts/mkimage: preparation for efi boot in iso imagesTimo Teräs2016-11-181-28/+140
| | | | | | | 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).
* scritps/mkimgs.base.sh: do not create apkovl by defaultNatanael Copa2016-11-161-1/+1
|
* scripts/mkimg.base.sh: search for apkovl scriptNatanael Copa2016-11-141-2/+10
| | | | | search for apkovl script in current dir, in ~/.mkimg and in the dir where the mkimage script was started from.
* scripts/mkimage: automatically add pubkey from abuildNatanael Copa2016-11-141-0/+1
| | | | | | | | 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: scripts to build bootable alpine imagesTimo Teräs2016-11-141-0/+151