summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2014-04-23setup-hostname: remove -n optionNatanael Copa
but accept it for compat reasons
2014-04-23setup-gparted-desktop: replace aterm with stNatanael Copa
aterm no longer exist and 'st' is the simplest terminal
2014-04-23setup-dns: improve $ROOT supportNatanael Copa
We also remove the -n option (but accept it for compat)
2014-04-23setup-apkrepos: improve $ROOT supportNatanael Copa
2014-04-23setup-apkcache: add support for $ROOTNatanael Copa
2014-04-23ignore unisoNatanael Copa
2014-04-23fix permissionsNatanael Copa
2014-04-23setup-disk: comment out local repositoriesNatanael Copa
fixes #2540
2014-04-23setup-timezone: code cleanup. rename zonepath to timezoneNatanael Copa
2014-04-23setup-timezone: refactor. -i for install all tzdata and -k for keep copiesNatanael 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-23setup-disk: add magic environemnt var ERASE_DISKS as confirmationNatanael Copa
Add a magic environment variable ERASE_DISKS as confirmation for erasing disks. This is useful for scripted installs. fixes #2863
2014-04-23libalpine: initialize $ROOTNatanael Copa
2014-04-23setup-timezone: use /usr/zoneinfo/localtime instead of /etc/TZNatanael Copa
musl uses /etc/zoneinfo/localtime ref #927 fixes #2867
2014-04-23setup-timezone: rename 'folder' to 'directory'Natanael Copa
This is unix...
2014-04-23setup-timezone: remove -p <POSIXTZ> optionNatanael Copa
2014-03-19setup-ntp: allow selecting busybox ntpdEivind Uggedal
2013-11-15Let is_xen_dom0 fail silentlyEivind 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-07setup-bootable: move syslinux.cfg to /boot/syslinux/ if neededNatanael Copa
2013-11-05update .gitignoreNatanael Copa
2013-11-05setup-bootable: use UUID on new USBsNatanael Copa
2013-10-30==== release 2.14.0 ====Natanael Copa
2013-10-29setup-bootable: don't replace alpine_dev with UUID by defaultNatanael Copa
fixes #2258
2013-10-24setup-disk: add swap to /etc/fstabNatanael Copa
2013-10-02setup-disk: fix running update-extlinux in chrootNatanael 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-13setup-timezone: fix bug in getopts parsingEivind Uggedal
2013-07-19Makefile: convert old-style suffix rulesDubiousjim
2013-07-19Makefile: remove dist target and associated varsDubiousjim
2013-07-12==== release 2.13.0 ====Natanael Copa
2013-07-08update-conf: fix versionDubiousjim
2013-07-05uniso: include sys/types.h for u_int*_tTimo Teräs
musl is strict on this.
2013-07-03update-conf: add vimdiff actionDubiousjim
2013-07-03update-conf: accept long optionsDubiousjim
2013-07-03libalpine: reword some messagesDubiousjim
2013-07-03various: use long-form apk optionsDubiousjim
2013-06-11setup-apkrepos: add commented edge/main and edge/testing for stableNatanael Copa
2013-06-11setup-apkrepos: remove dead codeNatanael Copa
we no longer use RELEASES