summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git.alpinelinux.org:user/fab/alpine-confHEADmasterFabian Affolter2015-08-010-0/+0
|\
| * Removed left-over from initFabian Affolter2014-05-141-1/+0
| |
| * Initial commitFabian Affolter2014-05-141-0/+1
| |
* | Removed left-over from initFabian Affolter2015-08-011-1/+0
| |
* | Initial commitFabian Affolter2015-08-011-0/+1
| |
* | setup-disk: fix btrfs rootNatanael Copa2015-07-151-1/+3
| | | | | | | | | | | | | | fix typo in btrfs-progs. add kernel module eary so /dev/btrfs-control is created. ref #4445
* | setup-disk: add raid to initfs if root is on lvmNatanael Copa2015-07-151-6/+8
| | | | | | | | ref #4421
* | setup-bootable: warn and fix kernel name changeNatanael Copa2015-07-151-9/+94
| |
* | setup-apkrepos: fix speed test of mirrorsNatanael Copa2015-06-161-1/+1
| | | | | | | | | | | | Some mirrors error on double / in path. ref #4365
* | ==== release 3.2.1 ====Natanael Copa2015-05-141-1/+1
| |
* | setup-apkrepos: fix excluding faulty mirrorsNatanael Copa2015-05-141-5/+5
| | | | | | | | | | | | | | This is a fix of commit 3f769dc (setup-apkrepos: exclude faulty mirrors from detection) ref #4017
* | setup-interfaces: replace non-breaking space with normal spaceNatanael Copa2015-05-061-1/+1
| | | | | | | | | | Non-breaking space (0xc2 0xa0) was added by mistake. Replace it with a normal space.
* | ==== release 3.2.0 ====Natanael Copa2015-05-061-1/+1
| |
* | setup-interfaces: do not configure lo on LXCNatanael Copa2015-05-061-2/+4
| |
* | setup-alpine: cleanup: use longoptsNatanael Copa2015-05-061-4/+4
| |
* | setup-disk: give option to use lvmNatanael Copa2015-05-061-3/+20
| | | | | | | | Give the option so enable lvm when asking how o use selected disk
* | setup-disk: fixes for new sfdiskNatanael Copa2015-05-051-12/+12
| |
* | setup-hostname: fix validation when non-interacitveNatanael Copa2015-04-281-8/+10
| | | | | | | | | | When we specify the hostname as an arg we run the tool non-interactively and we only set it if the specified hostname is valid.
* | setup-hostname: fix name clash with openrc HOSTNAMENatanael Copa2015-04-281-5/+5
| | | | | | | | | | openrc will set HOSTNAME to "(none)" which makes setup-hostname script go nuts.
* | setup-apkrepos: exclude faulty mirrors from detectionNatanael Copa2015-04-101-2/+5
| | | | | | | | ref #4017
* | setup-apkrepos: add -f for just-add-fastest mirrorNatanael Copa2015-04-071-2/+9
| | | | | | | | fixes #4017
* | setup-apkcache: fix infinite loop when non-existing dir specifiedNatanael Copa2015-03-191-2/+2
| | | | | | | | | | | | to reproduce: setup-apkcache /ponies ref #3976
* | setup-disk: fix typoNatanael Copa2015-03-191-1/+1
| |
* | update-kernel: support for arm architectureKaarle Ritvanen2015-01-261-3/+19
| |
* | update-kernel: option for overriding architectureKaarle Ritvanen2015-01-261-11/+22
| |
* | update-kernel: update also System.map and configKaarle Ritvanen2015-01-261-2/+5
| |
* | update-kernel: adapt to new naming convention in /bootKaarle Ritvanen2014-12-301-3/+3
| |
* | setup-disk: pass nomodeset boot optionNatanael Copa2014-12-031-0/+12
| |
* | update-kernel: fix typoNatanael Copa2014-11-211-1/+1
| |
* | ======== release 3.1.0 ========Natanael Copa2014-11-111-1/+1
| |
* | update-kernel: add --verbose optionNatanael Copa2014-11-111-8/+17
| |
* | update-kernel: run apk add only onceNatanael Copa2014-11-111-9/+8
| | | | | | | | Make the progressbar show up only once instead of 4 times
* | update-kernel: fix fakeroot argument handling as per fix for #3500Kaarle Ritvanen2014-11-071-5/+5
| |
* | Add support for btrfs to setup-disk.Juan Francisco Cantero Hurtado2014-11-041-3/+8
| |
* | update-kernel: do not require superuser rightsKaarle Ritvanen2014-11-031-6/+31
| |
* | update-kernel: always use /tmp for temporary filesKaarle Ritvanen2014-11-031-13/+13
| |
* | update-kernel: display version number in help textKaarle Ritvanen2014-11-031-0/+1
| |
* | update-kernel: help on usageKaarle Ritvanen2014-11-021-10/+34
| |
* | update-kernel: unmount modloop during updateKaarle Ritvanen2014-11-021-1/+2
| | | | | | | | | | Just unlinking the image prevents remounting the target file system in read-only mode as long as the image remains mounted.
* | update-kernel: direct installation with kernel build systemKaarle Ritvanen2014-10-291-6/+22
| |
* | update-kernel: override options for flavor, features, and packagesKaarle Ritvanen2014-10-271-19/+52
| |
* | update-kernel: vanilla kernel has no suffix in versionKaarle Ritvanen2014-10-271-1/+7
| |
* | update-kernel: silently skip non-existent packagesKaarle Ritvanen2014-10-241-5/+17
| |
* | update-kernel: allow for spaces in tmp and mount point pathsKaarle Ritvanen2014-10-241-13/+13
| |
* | update-kernel: destination directory argumentKaarle Ritvanen2014-10-241-18/+28
| |
* | update-kernel: include dahdi and xtables-addons kernel modulesKaarle Ritvanen2014-10-241-3/+9
| |
* | update-kernel: use quiet mode when availableKaarle Ritvanen2014-10-241-6/+6
| |
* | update-kernel: do not run apk scripts in chrootKaarle Ritvanen2014-10-241-1/+1
| |
* | remove temp filesNatanael Copa2014-10-233-13/+0
| | | | | | | | they were added by mistake
* | update-kernel: script for kernel and firware updateKaarle Ritvanen2014-10-232-1/+92
| |