aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* scripts: pull in hardened image, not grsec imageWilliam Pitcock2017-04-273-3/+3
|
* scripts/bootstrap.sh: fix "local" outside of functionOliver Smith2017-03-121-1/+1
|
* testing/ghc: support cross-buildingTimo Teräs2017-02-271-1/+1
|
* scripts/bootstrap.sh, main/{binutils,gcc,musl}: no more options="toolchain"Timo Teräs2017-02-271-3/+3
| | | | abuild has been updated to figure this one out from $BOOTSTRAP.
* community/go: cross-build supportTimo Teräs2017-02-271-1/+5
|
* scripts/bootstrap.sh, binutils, gcc, musl: improve bootstrapTimo Teräs2017-02-171-96/+68
| | | | | | | | | - requires new abuild (from git until 2.30 is tagged) - properly build initial musl-dev before c-compiler is available - mark core aports with options=toolchain, and fix all makedepends - bootstrap.sh: reorganize and use set -e there - bootstrap.sh: use new EXTRADEPENDS_* to pull in implicit dependencies during bootstrap to simplify the script
* Add ppc64le to minirootfs archesFabiano Rosas2017-01-301-1/+1
|
* scripts/mkimg: raspberry pi bootloader 2017-01-25Timo Teräs2017-01-271-1/+1
|
* scripts/mkimage: fix generation of checksumsNatanael Copa2016-12-222-2/+2
| | | | we need remove the leading path to file
* scripts/mkimage-yaml: fix branchNatanael Copa2016-12-221-5/+11
| | | | | | we need get the branch from tag instead of git branch, because we generate releasecandidates and the first stable release from git master and only do the git branch after the release is done.
* scripts/mkimage: fix typo in latest-releases fileNatanael Copa2016-12-221-1/+1
|
* scripts/mkimg.xen: dont create apkovlNatanael Copa2016-12-211-1/+1
|
* scripts: add aarch64 release imageNatanael Copa2016-12-162-4/+12
|
* scripts/genrootfs: add --no-cache when fetching alpine-baseNatanael Copa2016-12-161-4/+4
|
* scripts: add minirootfs release imageNatanael Copa2016-12-163-1/+78
|
* scripts: use libressl instead of opensslNatanael Copa2016-11-282-2/+2
|
* scripts/mkimage: fix vanilla kernel image name for bootloadersTimo Teräs2016-11-251-5/+11
|
* scripts/mkimage.sh: add parameter to add extra repositoriesTimo Teräs2016-11-241-10/+15
|
* scripts/bootstrap: install libstdc++ to target as implicit dependencyTimo Teräs2016-11-211-2/+2
|
* scripts/mkimage: preparation for efi boot in iso imagesTimo Teräs2016-11-183-30/+146
| | | | | | | 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/bootstrap.sh: fix bootstrapping with libresslTimo Teräs2016-11-171-3/+3
|
* scritps/mkimgs.base.sh: do not create apkovl by defaultNatanael Copa2016-11-161-1/+1
|
* 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.