aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* 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/bootstrap.sh: Fix a typo ("compiler tripler")Jonathan Neuschäfer2018-03-091-1/+1
|
* scripts/mkimg: remove -hardened kernel and vanilla isoNatanael Copa2018-03-054-27/+7
| | | | | | | standard iso is now vanilla kernel so it does not make any sense to have a separata vanilla iso. Also update xen to use vanilla kernel instead of hardened
* scripts/bootstrap: update bootstrap depsTimo Teräs2018-02-061-1/+1
| | | | | apk-tools no longer depends on libfetch build-base now depends on file
* scripts/bootstrap.sh: cryptsetup depends on json-c and argon2Daniel Sabogal2018-02-051-1/+2
|
* scripts: fix -vanilla suffix in bootloaders configsNatanael Copa2018-01-191-9/+3
| | | | | | since commit 697e30450e0759967c0e2eb1c6d45f82b82fe884 the vanilla kernel has a flavor suffix on vmlinuz. Adjust the boot loader configs accordingly.
* scripts/mkimg.arm: update rpi firmwareTimo Teräs2017-11-211-1/+1
|
* scripts/mkimg.base: add explicit dependency for busyboxNatanael Copa2017-11-201-1/+1
| | | | we need add a dependency that provides /bin/sh
* scripts/bootstrap.sh: ghc moved from testing to communityJack Schmidt2017-11-051-1/+1
| | | | | Commit 3b5707d385eecf499b59ce4e41763a4f2dc20595 moved ghc from testing to community, but bootstrap.sh was not updated.
* scripts/mkimage: enable building of efi iso images by defaultTimo Teräs2017-10-192-2/+2
|
* scripts/mkimg.base: add efi formats and filenames for arm and x86Timo Teräs2017-10-181-11/+5
|
* scripts/mkimg.base: add efi loaders to the iso imageTimo Teräs2017-10-181-17/+13
| | | | | | | | | | Strictly the 'efi' folder is not needed since it's in the efi.img. However, converting .iso to USB stick is a lot simpler when the EFI folder is in the .iso too. This allows just copying .iso contents to the USB stick and EFI boot will work. While Rufus supports extracting the boot files from efi.img, it was considered more portable to add the copy. This also simplifies updating setup-bootable to prepare EFI bootable disks.
* scripts/mkimg.base: improve .iso efi supportTimo Teräs2017-10-181-8/+7
| | | | | - use efi.img as the image name (Rufus recognizes it) - drop need for dosfstools, use mformat from mtools instead
* scripts/bootstrap.sh: add util-linux dependencyKaarle Ritvanen2017-08-241-1/+1
|
* scripts/mkimg.base: set sysid on the iso imagesNatanael Copa2017-06-131-0/+2
| | | | Most other distros seems to do this
* scripts/mkimg.arm: update rpi bootloader, remove unneeded initrd load addressTimo Teräs2017-05-301-5/+5
|
* scripts/mkimage: set title and desc in yamlNatanael Copa2017-05-301-0/+2
|
* scripts/mkimg.*: add title and descriptionNatanael Copa2017-05-304-0/+32
|
* scripts/mkimage-yaml.sh: add options for title and descriptionNatanael Copa2017-05-301-0/+6
|
* scripts/mkimg.standard: include curl on extended imageNatanael Copa2017-05-231-1/+1
|
* scripts/mkimgs.xen: add xen-bridge packageNatanael Copa2017-05-231-1/+1
|
* scripts/mkimg.base: set vol id for ppc64le isoNatanael Copa2017-05-221-1/+2
|
* scripts/mkimg.arm: fix ubootNatanael Copa2017-05-191-2/+3
| | | | ref #7181
* scripts/mkimg.standard: add zfs and paxmark to extended imageNatanael Copa2017-05-191-2/+3
|
* scripts/mkimg.minirootfs: add s390xNatanael Copa2017-05-191-1/+1
|
* scripts/mkimg.base.sh: use kbd-keymaps packageNatanael Copa2017-05-191-1/+1
|
* scripts/mkimg.base.sh: add console=hvc0 for ppc64le grub configRoberto Oliveira2017-05-181-0/+1
| | | | | | set console=hvc0 via boot option. This configuration make init to add hvc0 to /etc/inittab and /etc/securetty. This is needed to allow login with 'root' user.
* scripts: add support for ppc64le in vanilla configurationRoberto Oliveira2017-05-112-12/+25
| | | | | | | To boot ppc64le we need to use grub with ieee1275 platform. Said that, a new section to support grub ieee1275 was created. Also needed to change xorrisofs command by grub-mkrescue, that is the one used to create a bootable image for power and it is also a wrapper to xorriso.
* 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
|