Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-21 | update-kernel: fix typo | Natanael Copa | |
2014-11-11 | ======== release 3.1.0 ======== | Natanael Copa | |
2014-11-11 | update-kernel: add --verbose option | Natanael Copa | |
2014-11-11 | update-kernel: run apk add only once | Natanael Copa | |
Make the progressbar show up only once instead of 4 times | |||
2014-11-07 | update-kernel: fix fakeroot argument handling as per fix for #3500 | Kaarle Ritvanen | |
2014-11-04 | Add support for btrfs to setup-disk. | Juan Francisco Cantero Hurtado | |
2014-11-03 | update-kernel: do not require superuser rights | Kaarle Ritvanen | |
2014-11-03 | update-kernel: always use /tmp for temporary files | Kaarle Ritvanen | |
2014-11-03 | update-kernel: display version number in help text | Kaarle Ritvanen | |
2014-11-02 | update-kernel: help on usage | Kaarle Ritvanen | |
2014-11-02 | update-kernel: unmount modloop during update | Kaarle Ritvanen | |
Just unlinking the image prevents remounting the target file system in read-only mode as long as the image remains mounted. | |||
2014-10-29 | update-kernel: direct installation with kernel build system | Kaarle Ritvanen | |
2014-10-27 | update-kernel: override options for flavor, features, and packages | Kaarle Ritvanen | |
2014-10-27 | update-kernel: vanilla kernel has no suffix in version | Kaarle Ritvanen | |
2014-10-24 | update-kernel: silently skip non-existent packages | Kaarle Ritvanen | |
2014-10-24 | update-kernel: allow for spaces in tmp and mount point paths | Kaarle Ritvanen | |
2014-10-24 | update-kernel: destination directory argument | Kaarle Ritvanen | |
2014-10-24 | update-kernel: include dahdi and xtables-addons kernel modules | Kaarle Ritvanen | |
2014-10-24 | update-kernel: use quiet mode when available | Kaarle Ritvanen | |
2014-10-24 | update-kernel: do not run apk scripts in chroot | Kaarle Ritvanen | |
2014-10-23 | remove temp files | Natanael Copa | |
they were added by mistake | |||
2014-10-23 | update-kernel: script for kernel and firware update | Kaarle Ritvanen | |
2014-10-08 | uniso: process all bytes of the image | Timo 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-26 | lbu: use --no-dereference with diff when possible | Natanael Copa | |
2014-07-17 | ==== release 3.0.4 ==== | Natanael Copa | |
2014-07-17 | setup-alpine: fix the example answer file | Natanael Copa | |
2014-07-17 | setup-disk: use ERE for sed regexp | Natanael Copa | |
the use of \+ is a GNU BRE extension that is not supported in musl. | |||
2014-07-17 | lbu: use ERE for sed regexp | Natanael Copa | |
the use of \+ is a GNU BRE extension that is not supported in musl. | |||
2014-07-17 | setup-bootable: use ERE for sed regexp | Natanael Copa | |
the use of \+ is a GNU extension that is not supported in musl. | |||
2014-07-17 | setup-bootable: do not run syslinux on mounted devices | Natanael 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-01 | setup-apkrepos: allow specify the repos from cmdline | Natanael Copa | |
ref #2862 | |||
2014-06-23 | ==== release 3.0.3 ==== | Natanael Copa | |
2014-06-23 | setup-alpine: support for lxc | Natanael 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-23 | libalpine: available_ifaces: fallback to 'ip link' if /sys is not mounted | Natanael Copa | |
this makes it work in lxcontainers. | |||
2014-06-20 | setup-disk: fix location for mkinitfs features | Natanael Copa | |
2014-06-20 | Fixes #3060, really :) | Francesco Colista | |
2014-06-20 | Fixes #3060 | Francesco Colista | |
2014-06-11 | setup-timezone: move /etc/zoneinfo/localtime to /etc/localtime | Natanael Copa | |
This is what upstream musl does. | |||
2014-05-30 | ==== release 3.0.2 ==== | Natanael Copa | |
2014-05-29 | setup-disk: fix progressbar | Natanael Copa | |
apk now sends progressbar to stdout instead of stderr | |||
2014-05-29 | setup-apkrepos: fix cleanup | Natanael Copa | |
we need uninstall .setup* | |||
2014-05-27 | setup-apkrepos: force install virtual package | Natanael Copa | |
it is tmpfs and we know it will be removed on reboot. Infact, we want it to be removed on reboot. | |||
2014-05-19 | setup-disk: fix partitioning of HP raid array (cciss) | Natanael Copa | |
ref #2893 | |||
2014-05-08 | lbu: fix help text and misc whitespace fixes | Natanael Copa | |
We should show 'diff' subcommand in help text. | |||
2014-04-23 | ==== release 3.0.1 ==== | Natanael Copa | |
2014-04-23 | setup-timezone: force install virtual package | Natanael 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-23 | setup-xorg-base: add xf86-video-modesetting by default | Natanael Copa | |
2014-04-23 | setup-lbu: improve $ROOT support | Natanael Copa | |
2014-04-23 | setup-interfaces: remove -p option and fix whitespace damage | Natanael Copa | |