summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-21update-kernel: fix typoNatanael Copa
2014-11-11======== release 3.1.0 ========Natanael Copa
2014-11-11update-kernel: add --verbose optionNatanael Copa
2014-11-11update-kernel: run apk add only onceNatanael Copa
Make the progressbar show up only once instead of 4 times
2014-11-07update-kernel: fix fakeroot argument handling as per fix for #3500Kaarle Ritvanen
2014-11-04Add support for btrfs to setup-disk.Juan Francisco Cantero Hurtado
2014-11-03update-kernel: do not require superuser rightsKaarle Ritvanen
2014-11-03update-kernel: always use /tmp for temporary filesKaarle Ritvanen
2014-11-03update-kernel: display version number in help textKaarle Ritvanen
2014-11-02update-kernel: help on usageKaarle Ritvanen
2014-11-02update-kernel: unmount modloop during updateKaarle Ritvanen
Just unlinking the image prevents remounting the target file system in read-only mode as long as the image remains mounted.
2014-10-29update-kernel: direct installation with kernel build systemKaarle Ritvanen
2014-10-27update-kernel: override options for flavor, features, and packagesKaarle Ritvanen
2014-10-27update-kernel: vanilla kernel has no suffix in versionKaarle Ritvanen
2014-10-24update-kernel: silently skip non-existent packagesKaarle Ritvanen
2014-10-24update-kernel: allow for spaces in tmp and mount point pathsKaarle Ritvanen
2014-10-24update-kernel: destination directory argumentKaarle Ritvanen
2014-10-24update-kernel: include dahdi and xtables-addons kernel modulesKaarle Ritvanen
2014-10-24update-kernel: use quiet mode when availableKaarle Ritvanen
2014-10-24update-kernel: do not run apk scripts in chrootKaarle Ritvanen
2014-10-23remove temp filesNatanael Copa
they were added by mistake
2014-10-23update-kernel: script for kernel and firware updateKaarle Ritvanen
2014-10-08uniso: process all bytes of the imageTimo Teräs
Otherwise pipelines such as 'wget http://to/foo.iso | uniso' might report 'pipe error' as the file is not fully consumed.
2014-08-26lbu: use --no-dereference with diff when possibleNatanael Copa
2014-07-17==== release 3.0.4 ====Natanael Copa
2014-07-17setup-alpine: fix the example answer fileNatanael Copa
2014-07-17setup-disk: use ERE for sed regexpNatanael Copa
the use of \+ is a GNU BRE extension that is not supported in musl.
2014-07-17lbu: use ERE for sed regexpNatanael Copa
the use of \+ is a GNU BRE extension that is not supported in musl.
2014-07-17setup-bootable: use ERE for sed regexpNatanael Copa
the use of \+ is a GNU extension that is not supported in musl.
2014-07-17setup-bootable: do not run syslinux on mounted devicesNatanael Copa
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
2014-07-01setup-apkrepos: allow specify the repos from cmdlineNatanael Copa
ref #2862
2014-06-23==== release 3.0.3 ====Natanael Copa
2014-06-23setup-alpine: support for lxcNatanael Copa
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
2014-06-23libalpine: available_ifaces: fallback to 'ip link' if /sys is not mountedNatanael Copa
this makes it work in lxcontainers.
2014-06-20setup-disk: fix location for mkinitfs featuresNatanael Copa
2014-06-20Fixes #3060, really :)Francesco Colista
2014-06-20Fixes #3060Francesco Colista
2014-06-11setup-timezone: move /etc/zoneinfo/localtime to /etc/localtimeNatanael Copa
This is what upstream musl does.
2014-05-30==== release 3.0.2 ====Natanael Copa
2014-05-29setup-disk: fix progressbarNatanael Copa
apk now sends progressbar to stdout instead of stderr
2014-05-29setup-apkrepos: fix cleanupNatanael Copa
we need uninstall .setup*
2014-05-27setup-apkrepos: force install virtual packageNatanael Copa
it is tmpfs and we know it will be removed on reboot. Infact, we want it to be removed on reboot.
2014-05-19setup-disk: fix partitioning of HP raid array (cciss)Natanael Copa
ref #2893
2014-05-08lbu: fix help text and misc whitespace fixesNatanael Copa
We should show 'diff' subcommand in help text.
2014-04-23==== release 3.0.1 ====Natanael Copa
2014-04-23setup-timezone: force install virtual packageNatanael Copa
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.
2014-04-23======== release 3.0.0 ========Natanael Copa
2014-04-23setup-xorg-base: add xf86-video-modesetting by defaultNatanael Copa
2014-04-23setup-lbu: improve $ROOT supportNatanael Copa
2014-04-23setup-interfaces: remove -p option and fix whitespace damageNatanael Copa