aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* ==== release 3.0.3 ====v3.0.3Natanael Copa2014-06-231-1/+1
|
* setup-alpine: support for lxcNatanael Copa2014-06-231-6/+13
| | | | | | | | | | | | | | add support for setup-alpine from within a container. when running in lxc we skip config of: - keymap - hostname - ntp - disk - apk cache - lbu ref #3057
* libalpine: available_ifaces: fallback to 'ip link' if /sys is not mountedNatanael Copa2014-06-231-0/+4
| | | | this makes it work in lxcontainers.
* setup-disk: fix location for mkinitfs featuresNatanael Copa2014-06-201-3/+3
|
* Fixes #3060, really :)Francesco Colista2014-06-201-5/+5
|
* Fixes #3060Francesco Colista2014-06-201-0/+1
|
* setup-timezone: move /etc/zoneinfo/localtime to /etc/localtimeNatanael Copa2014-06-111-2/+2
| | | | This is what upstream musl does.
* ==== release 3.0.2 ====v3.0.2Natanael Copa2014-05-306-1/+26
|
* setup-disk: fix progressbarNatanael Copa2014-05-291-1/+1
| | | | apk now sends progressbar to stdout instead of stderr
* setup-apkrepos: fix cleanupNatanael Copa2014-05-291-1/+1
| | | | we need uninstall .setup*
* setup-apkrepos: force install virtual packageNatanael Copa2014-05-271-1/+1
| | | | | it is tmpfs and we know it will be removed on reboot. Infact, we want it to be removed on reboot.
* setup-disk: fix partitioning of HP raid array (cciss)Natanael Copa2014-05-191-1/+1
| | | | ref #2893
* lbu: fix help text and misc whitespace fixesNatanael Copa2014-05-081-17/+21
| | | | We should show 'diff' subcommand in help text.
* ==== release 3.0.1 ====v3.0.1Natanael Copa2014-04-231-1/+1
|
* setup-timezone: force install virtual packageNatanael Copa2014-04-231-1/+1
| | | | | | | This is to avoid the message: ERROR: You tried to add a non-repository package to system, but it would be lost on next reboot. Enable package caching (apk cache --help) or use --force if you know what you are doing.
* ======== release 3.0.0 ========v3.0.0Natanael Copa2014-04-231-2/+2
|
* setup-xorg-base: add xf86-video-modesetting by defaultNatanael Copa2014-04-231-2/+2
|
* setup-lbu: improve $ROOT supportNatanael Copa2014-04-231-6/+15
|
* setup-interfaces: remove -p option and fix whitespace damageNatanael Copa2014-04-231-11/+10
|