aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* use xorrisofs instead of genisoimageNatanael Copa2016-07-131-1/+2
| | | | cdrkit is unmaintained upstream so we replace it with xorriso
* create a volume id for the isoNatanael Copa2016-07-041-0/+1
|
* fix armhf releaseNatanael Copa2016-05-231-1/+5
| | | | build image even if overlays is missing
* build alpine-virt images for x86_64 tooNatanael Copa2016-05-231-1/+1
|
* add rpi0 block, simplify gpu_mem settingsTimo Teräs2016-05-201-3/+5
|
* add flavor alpine-virtNatanael Copa2016-05-171-2/+2
|
* update rpi firmwareTimo Teräs2016-03-211-1/+1
|
* add gpu_mem defaults for rpiTimo Teräs2016-03-211-3/+3
|
* use unified cmdline.txt for all rpi modelsTimo Teräs2016-03-141-3/+4
| | | | | add also rpi3 filter and use rpi2 kernel for it. not sure if the rpi3 filter really exists but add it just in case.
* update rpi firmwareTimo Teräs2016-03-141-1/+1
|
* fix firmware location in modloopNatanael Copa2016-03-031-2/+1
| | | | | | | modloop init.d script expects the firmware in /lib/modules/firmware. This fixes regression introduced with commit 93bdebeb7b8a (include only needed firmware files in the .iso modloop)
* update rpi firmwareTimo Teräs2015-12-241-1/+1
|
* fix modloop warningNatanael Copa2015-12-041-1/+1
|
* add mdadm to initfs packagesNatanael Copa2015-11-261-1/+1
| | | | we use raid in our default features so we need mdadm in initramfs
* replace target for 'mini' with 'extended'Natanael Copa2015-11-261-1/+1
|
* generate isohybrid imageNatanael Copa2015-11-261-1/+1
|
* remove isolinux.cfgNatanael Copa2015-11-261-25/+2
| | | | | | we dont need separate syslinux.cfg/isolinux.cfg since we no longer depend on alpine_dev. All boot media should be able to use same syslinuyx.cfg.
* replace alpine_dev boot option with modloopNatanael Copa2015-11-261-6/+6
|
* rename alpine -> alpine-extended and alpine-mini -> alpineNatanael Copa2015-11-251-2/+2
|
* remove floppy supportNatanael Copa2015-11-251-1/+1
|
* include only needed firmware files in the .iso modloopTimo Teräs2015-10-281-1/+6
|
* updated raspberry firmware and boot optionsTimo Teräs2015-10-081-4/+4
|
* do not generate .pkgdiff fileNatanael Copa2015-07-081-1/+1
| | | | | we have not used this file in a long time and it makes the release process more fragile
* do not create xdeltaNatanael Copa2015-07-081-1/+1
|
* fix rpi config.txt and add include for additional user configTimo Teräs2015-05-061-1/+2
|
* add u-boot and rpi2 supportTimo Teräs2015-04-221-25/+77
|
* allow profile to override syslinux 'prompt' and 'timeout'Timo Teräs2015-02-021-3/+5
|
* fix kernel name for vanilla buildNatanael Copa2014-12-301-4/+7
| | | | | | vanilla kernel is only named 'vmlinuz' so we need strip off the flavor This fixes #3672
* clean repo if it failed to downloadNatanael Copa2014-12-011-1/+1
|
* fix RPI releaseNatanael Copa2014-12-011-13/+25
|
* create sha512 checksumNatanael Copa2014-12-011-2/+4
|
* refactor how checksums are generatedNatanael Copa2014-12-011-12/+22
|
* remove usb img rulesNatanael Copa2014-12-011-27/+0
| | | | we havent created usb images for a long time
* add rpi boot options to be more silentTimo Teräs2014-11-281-1/+1
|
* new target 'rpi' to build raspberry pi imageTimo Teräs2014-11-271-1/+39
| | | | | | use: make PROFILE="alpine-rpi" rpi and extract that to root of the boot-up MMC to create new boot media.
* rename initramfs image to initramfs-<flavor>Natanael Copa2014-11-261-7/+7
| | | | fix syslinux.cfg and isolinux.cfg generation
* rename modloop to modloop-<kernel flavor>Natanael Copa2014-11-261-1/+1
| | | | | | | this is more consistent with: vmlinuz-grsec initramfs-grsec System.map*-grsec
* add mmc to initramfsTimo Teräs2014-11-251-1/+1
| | | | | it is useful for arm, but also certain x86 and x86_64 motherboards do have mmc reader.
* use abuild to detect build architectureTimo Teräs2014-11-241-1/+1
|
* fix building without apk fetch --simulate hacksNatanael Copa2014-11-051-52/+26
|
* remove unused variablesNatanael Copa2014-11-051-5/+0
|
* allow INITFS_FEATURES to be overridden in .conf.mkNatanael Copa2014-09-221-1/+1
|
* enable xen releasesNatanael Copa2014-06-261-1/+1
|
* add alpine-vanilla and disable alpine-xen releasesNatanael Copa2014-06-041-2/+2
| | | | xen does not work with musl so disable that for now
* try catch apk fetch errors earlyNatanael Copa2014-06-041-0/+1
| | | | | We cannot grab exitstatus from pipe so run the apk fetch separately to detect errors early
* remove more traces of vserverNatanael Copa2014-05-291-18/+1
|
* add profile for vanilla kernelNatanael Copa2014-05-291-4/+8
| | | | Useful for kernel debugging
* fix syslinux.cfg to reflect new installkernelNatanael Copa2014-03-251-1/+1
|
* run apk fetch --stdout quietNatanael Copa2013-12-101-7/+14
| | | | The progressbar recently moved from stderr to stdout
* move syslinux.cfg to /boot/syslinux/syslinux.cfgNatanael Copa2013-11-071-4/+4
| | | | This where the .c32 files are stored