aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ==== 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
|
* setup-hostname: remove -n optionNatanael Copa2014-04-231-3/+7
| | | | but accept it for compat reasons
* setup-gparted-desktop: replace aterm with stNatanael Copa2014-04-231-1/+1
| | | | aterm no longer exist and 'st' is the simplest terminal
* setup-dns: improve $ROOT supportNatanael Copa2014-04-231-6/+15
| | | | We also remove the -n option (but accept it for compat)
* setup-apkrepos: improve $ROOT supportNatanael Copa2014-04-231-11/+17
|
* setup-apkcache: add support for $ROOTNatanael Copa2014-04-231-9/+13
|
* ignore unisoNatanael Copa2014-04-231-0/+1
|
* fix permissionsNatanael Copa2014-04-2311-0/+0
|
* setup-disk: comment out local repositoriesNatanael Copa2014-04-231-0/+4
| | | | fixes #2540
* setup-timezone: code cleanup. rename zonepath to timezoneNatanael Copa2014-04-231-13/+13
|
* setup-timezone: refactor. -i for install all tzdata and -k for keep copiesNatanael Copa2014-04-231-6/+37
| | | | | | | | | 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/
* setup-disk: add magic environemnt var ERASE_DISKS as confirmationNatanael Copa2014-04-231-12/+16
| | | | | | | Add a magic environment variable ERASE_DISKS as confirmation for erasing disks. This is useful for scripted installs. fixes #2863
* libalpine: initialize $ROOTNatanael Copa2014-04-231-0/+4
|
* setup-timezone: use /usr/zoneinfo/localtime instead of /etc/TZNatanael Copa2014-04-231-19/+7
| | | | | | | musl uses /etc/zoneinfo/localtime ref #927 fixes #2867
* setup-timezone: rename 'folder' to 'directory'Natanael Copa2014-04-231-4/+4
| | | | This is unix...
* setup-timezone: remove -p <POSIXTZ> optionNatanael Copa2014-04-231-9/+2
|
* setup-ntp: allow selecting busybox ntpdEivind Uggedal2014-03-191-4/+8
|
* Let is_xen_dom0 fail silentlyEivind Uggedal2013-11-151-1/+1
| | | | | | | | /proc/xen/capabilities can be non-existent while /proc/xen exists. This behaviour was seen when booting in rescue mode on Linode.
* setup-bootable: move syslinux.cfg to /boot/syslinux/ if neededNatanael Copa2013-11-071-18/+37
|
* update .gitignoreNatanael Copa2013-11-051-0/+5
|
* setup-bootable: use UUID on new USBsNatanael Copa2013-11-051-1/+1
|
* ==== release 2.14.0 ====v2.14.0Natanael Copa2013-10-301-2/+2
|
* setup-bootable: don't replace alpine_dev with UUID by defaultNatanael Copa2013-10-291-7/+6
| | | | fixes #2258
* setup-disk: add swap to /etc/fstabNatanael Copa2013-10-241-0/+5
|
* setup-disk: fix running update-extlinux in chrootNatanael Copa2013-10-021-5/+34
| | | | | | | | 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
* setup-timezone: fix bug in getopts parsingEivind Uggedal2013-08-131-1/+1
|
* Makefile: convert old-style suffix rulesDubiousjim2013-07-191-2/+2
|
* Makefile: remove dist target and associated varsDubiousjim2013-07-191-21/+2
|
* ==== release 2.13.0 ====v2.13.0Natanael Copa2013-07-121-1/+1
|
* update-conf: fix versionDubiousjim2013-07-081-0/+2
|
* uniso: include sys/types.h for u_int*_tTimo Teräs2013-07-051-0/+1
| | | | musl is strict on this.
* update-conf: add vimdiff actionDubiousjim2013-07-031-1/+10
|