Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-04-23 | setup-hostname: remove -n option | Natanael Copa | |
but accept it for compat reasons | |||
2014-04-23 | setup-gparted-desktop: replace aterm with st | Natanael Copa | |
aterm no longer exist and 'st' is the simplest terminal | |||
2014-04-23 | setup-dns: improve $ROOT support | Natanael Copa | |
We also remove the -n option (but accept it for compat) | |||
2014-04-23 | setup-apkrepos: improve $ROOT support | Natanael Copa | |
2014-04-23 | setup-apkcache: add support for $ROOT | Natanael Copa | |
2014-04-23 | ignore uniso | Natanael Copa | |
2014-04-23 | fix permissions | Natanael Copa | |
2014-04-23 | setup-disk: comment out local repositories | Natanael Copa | |
fixes #2540 | |||
2014-04-23 | setup-timezone: code cleanup. rename zonepath to timezone | Natanael Copa | |
2014-04-23 | setup-timezone: refactor. -i for install all tzdata and -k for keep copies | Natanael Copa | |
By default we copy the tzdata file to /etc/zoneinfo and symlink to our copy. We also purge all previously copied timezones unless -k is given. If -i is specified, then will the tzdata apk package stay and the symlink will point to /usr/share/zoneinfo/... instead of a copy in /etc/zoneinfo/ | |||
2014-04-23 | setup-disk: add magic environemnt var ERASE_DISKS as confirmation | Natanael Copa | |
Add a magic environment variable ERASE_DISKS as confirmation for erasing disks. This is useful for scripted installs. fixes #2863 | |||
2014-04-23 | libalpine: initialize $ROOT | Natanael Copa | |
2014-04-23 | setup-timezone: use /usr/zoneinfo/localtime instead of /etc/TZ | Natanael Copa | |
musl uses /etc/zoneinfo/localtime ref #927 fixes #2867 | |||
2014-04-23 | setup-timezone: rename 'folder' to 'directory' | Natanael Copa | |
This is unix... | |||
2014-04-23 | setup-timezone: remove -p <POSIXTZ> option | Natanael Copa | |
2014-03-19 | setup-ntp: allow selecting busybox ntpd | Eivind Uggedal | |
2013-11-15 | Let is_xen_dom0 fail silently | Eivind Uggedal | |
/proc/xen/capabilities can be non-existent while /proc/xen exists. This behaviour was seen when booting in rescue mode on Linode. | |||
2013-11-07 | setup-bootable: move syslinux.cfg to /boot/syslinux/ if needed | Natanael Copa | |
2013-11-05 | update .gitignore | Natanael Copa | |
2013-11-05 | setup-bootable: use UUID on new USBs | Natanael Copa | |
2013-10-30 | ==== release 2.14.0 ==== | Natanael Copa | |
2013-10-29 | setup-bootable: don't replace alpine_dev with UUID by default | Natanael Copa | |
fixes #2258 | |||
2013-10-24 | setup-disk: add swap to /etc/fstab | Natanael Copa | |
2013-10-02 | setup-disk: fix running update-extlinux in chroot | Natanael Copa | |
When installling the packages in new root, the update-extlinux trigger script will be executed. We make sure this does not fail by: - run extlinux --install before we install packages - mount /dev and /proc for the chroot - temprorary disable grsecurity's chroot_caps | |||
2013-08-13 | setup-timezone: fix bug in getopts parsing | Eivind Uggedal | |
2013-07-19 | Makefile: convert old-style suffix rules | Dubiousjim | |
2013-07-19 | Makefile: remove dist target and associated vars | Dubiousjim | |
2013-07-12 | ==== release 2.13.0 ==== | Natanael Copa | |
2013-07-08 | update-conf: fix version | Dubiousjim | |
2013-07-05 | uniso: include sys/types.h for u_int*_t | Timo Teräs | |
musl is strict on this. | |||
2013-07-03 | update-conf: add vimdiff action | Dubiousjim | |
2013-07-03 | update-conf: accept long options | Dubiousjim | |
2013-07-03 | libalpine: reword some messages | Dubiousjim | |
2013-07-03 | various: use long-form apk options | Dubiousjim | |
2013-06-11 | setup-apkrepos: add commented edge/main and edge/testing for stable | Natanael Copa | |
2013-06-11 | setup-apkrepos: remove dead code | Natanael Copa | |
we no longer use RELEASES |