Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | refactor how checksums are generated | Natanael Copa | 2014-12-01 | 1 | -12/+22 | |
| | ||||||
* | remove usb img rules | Natanael Copa | 2014-12-01 | 1 | -27/+0 | |
| | | | | we havent created usb images for a long time | |||||
* | add rpi boot options to be more silent | Timo Teräs | 2014-11-28 | 1 | -1/+1 | |
| | ||||||
* | new target 'rpi' to build raspberry pi image | Timo Teräs | 2014-11-27 | 3 | -1/+55 | |
| | | | | | | use: make PROFILE="alpine-rpi" rpi and extract that to root of the boot-up MMC to create new boot media. | |||||
* | alpine-xen: remove wpa_supplicant and wireless-tools | Natanael Copa | 2014-11-27 | 1 | -3/+5 | |
| | | | | | | | we remove wifi tools by replacng network-extras with bridge, bonding and vlan packages. sort list alphabetically while here. | |||||
* | mklatest: generate sha512 sum | Natanael Copa | 2014-11-27 | 1 | -3/+5 | |
| | ||||||
* | mklatest: rename the 'iso' field to 'file' | Natanael Copa | 2014-11-27 | 1 | -3/+4 | |
| | | | | We will ship rpi tar.gz images | |||||
* | rename initramfs image to initramfs-<flavor> | Natanael Copa | 2014-11-26 | 1 | -7/+7 | |
| | | | | fix syslinux.cfg and isolinux.cfg generation | |||||
* | mklatest: don't generate .latest.txt | Natanael Copa | 2014-11-26 | 1 | -5/+2 | |
| | | | | users should use .yaml instead | |||||
* | rename modloop to modloop-<kernel flavor> | Natanael Copa | 2014-11-26 | 1 | -1/+1 | |
| | | | | | | | this is more consistent with: vmlinuz-grsec initramfs-grsec System.map*-grsec | |||||
* | add mmc to initramfs | Timo Teräs | 2014-11-25 | 1 | -1/+1 | |
| | | | | | it is useful for arm, but also certain x86 and x86_64 motherboards do have mmc reader. | |||||
* | use abuild to detect build architecture | Timo Teräs | 2014-11-24 | 1 | -1/+1 | |
| | ||||||
* | alpine: remove flashcache | Natanael Copa | 2014-11-10 | 1 | -1/+1 | |
| | ||||||
* | fix building without apk fetch --simulate hacks | Natanael Copa | 2014-11-05 | 1 | -52/+26 | |
| | ||||||
* | remove unused variables | Natanael Copa | 2014-11-05 | 1 | -5/+0 | |
| | ||||||
* | alpine-xen: remove xend | Natanael Copa | 2014-10-14 | 1 | -1/+0 | |
| | ||||||
* | allow INITFS_FEATURES to be overridden in .conf.mk | Natanael Copa | 2014-09-22 | 1 | -1/+1 | |
| | ||||||
* | mklatest.sh: generate latest-releases.yaml | Natanael Copa | 2014-07-03 | 1 | -0/+20 | |
| | | | | Generate a yaml file with the information about the releases | |||||
* | enable xen releases | Natanael Copa | 2014-06-26 | 1 | -1/+1 | |
| | ||||||
* | add alpine-vanilla and disable alpine-xen releases | Natanael Copa | 2014-06-04 | 2 | -3/+3 | |
| | | | | xen does not work with musl so disable that for now | |||||
* | try catch apk fetch errors early | Natanael Copa | 2014-06-04 | 1 | -0/+1 | |
| | | | | | We cannot grab exitstatus from pipe so run the apk fetch separately to detect errors early | |||||
* | remove more traces of vserver | Natanael Copa | 2014-05-29 | 1 | -18/+1 | |
| | ||||||
* | remove profile for vserver | Natanael Copa | 2014-05-29 | 2 | -23/+0 | |
| | ||||||
* | add profile for vanilla kernel | Natanael Copa | 2014-05-29 | 3 | -4/+15 | |
| | | | | Useful for kernel debugging | |||||
* | add openssh and chrony to the minimal package sets | Timo Teräs | 2014-04-01 | 2 | -0/+4 | |
| | ||||||
* | fix syslinux.cfg to reflect new installkernel | Natanael Copa | 2014-03-25 | 1 | -1/+1 | |
| | ||||||
* | alpine: add asterisk-{mobile,speex,srtp} | Natanael Copa | 2014-02-05 | 1 | -1/+3 | |
| | | | | fixes #2676 | |||||
* | alpine: add flashcache to modloop | Natanael Copa | 2013-12-10 | 1 | -0/+1 | |
| | | | | fixes #2447 | |||||
* | run apk fetch --stdout quiet | Natanael Copa | 2013-12-10 | 1 | -7/+14 | |
| | | | | The progressbar recently moved from stderr to stdout | |||||
* | move syslinux.cfg to /boot/syslinux/syslinux.cfg | Natanael Copa | 2013-11-07 | 1 | -4/+4 | |
| | | | | This where the .c32 files are stored | |||||
* | move isolinux files to /boot/syslinux | Natanael Copa | 2013-11-05 | 1 | -1/+1 | |
| | | | | | isolinux will look search in /boot/syslinux too but syslinux will not look in /boot/isolinux | |||||
* | alpine: add awall to iso | Natanael Copa | 2013-10-01 | 1 | -0/+1 | |
| | ||||||
* | vserver: exclude kernel package from iso | Natanael Copa | 2013-05-15 | 1 | -1/+0 | |
| | | | | | | This means you need network to be able to install it on disk. It also reduces the iso size with almost 50% | |||||
* | vserver: remove dahdi kernel modules | Natanael Copa | 2013-05-14 | 1 | -1/+1 | |
| | ||||||
* | disable modeset for xen | Natanael Copa | 2013-05-06 | 1 | -0/+1 | |
| | ||||||
* | rename BOOT_CONSOLE variable to BOOT_OPTS | Natanael Copa | 2013-05-06 | 4 | -8/+8 | |
| | ||||||
* | include libcom.32 and mboot.32 for booting xen | Natanael Copa | 2013-05-06 | 1 | -5/+4 | |
| | ||||||
* | set nomodeset on vserver and alpine edge | Natanael Copa | 2013-05-01 | 2 | -0/+3 | |
| | ||||||
* | purge alpine-scst | Natanael Copa | 2013-05-01 | 3 | -29/+1 | |
| | ||||||
* | support for syslinux-5 | Natanael Copa | 2013-03-11 | 1 | -1/+11 | |
| | ||||||
* | support for /etc/mdev.conf.d/ | Natanael Copa | 2013-03-11 | 1 | -0/+4 | |
| | ||||||
* | alpine.packages: add squark | Natanael Copa | 2013-03-01 | 1 | -0/+1 | |
| | | | | we want it on the iso | |||||
* | alpine-edge: include xtables-addons kernel modules | Natanael Copa | 2013-01-30 | 1 | -2/+2 | |
| | ||||||
* | alpine-xen: add xen kernel params | Roger Pau Monne | 2012-09-14 | 2 | -2/+5 | |
| | | | | | Allow user to set params to pass to the Xen Hypervisor kernel. An example about serial console boot is provided. | |||||
* | alpine-xen: add xen-xend package | Roger Pau Monne | 2012-09-14 | 1 | -0/+1 | |
| | | | | | Since xend is deprecated in 4.2, we will split it in a different subpackage, that will not be installed by default. | |||||
* | alpine-xen: do not build apkovl | Natanael Copa | 2012-07-03 | 1 | -1/+0 | |
| | ||||||
* | xen hypervisor is now in subpackage | Natanael Copa | 2012-05-24 | 1 | -1/+1 | |
| | ||||||
* | alpine: include unbound package | Natanael Copa | 2012-05-02 | 1 | -0/+1 | |
| | ||||||
* | alpine-xen: remove xencommons and use xenstored and xenconsoled | Roger Pau Monne | 2012-04-30 | 1 | -1/+2 | |
| | | | | | | | Since xencommons is no longer packaged with Alpine Xen, use xenstored and xenconsoled init scripts. Signed-off-by: Roger Pau Monne <roger.pau@entel.upc.edu> | |||||
* | add network-extras to package lists | Natanael Copa | 2012-03-16 | 8 | -7/+8 | |
| |