aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ==== release 3.2.1 ====v3.2.1Natanael 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 ====v3.2.0Natanael 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 ========v3.1.0Natanael 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
|
* uniso: process all bytes of the imageTimo Teräs2014-10-081-51/+57
| | | | | Otherwise pipelines such as 'wget http://to/foo.iso | uniso' might report 'pipe error' as the file is not fully consumed.
* lbu: use --no-dereference with diff when possibleNatanael Copa2014-08-261-1/+5
|
* ==== release 3.0.4 ====v3.0.4Natanael Copa2014-07-171-1/+1
|
* setup-alpine: fix the example answer fileNatanael Copa2014-07-171-1/+1
|
* setup-disk: use ERE for sed regexpNatanael Copa2014-07-171-1/+1
| | | | the use of \+ is a GNU BRE extension that is not supported in musl.
* lbu: use ERE for sed regexpNatanael Copa2014-07-171-2/+2
| | | | the use of \+ is a GNU BRE extension that is not supported in musl.
* setup-bootable: use ERE for sed regexpNatanael Copa2014-07-171-1/+1
| | | | the use of \+ is a GNU extension that is not supported in musl.
* setup-bootable: do not run syslinux on mounted devicesNatanael Copa2014-07-171-7/+26
| | | | | | | | Running syslinux on a device that is mounted causes undefined behaviour. We have been 'lucky' up til now but it is known that this can corrupt syslinux.cfg. This should fix #3137
* setup-apkrepos: allow specify the repos from cmdlineNatanael Copa2014-07-011-27/+33
| | | | ref #2862