aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ==== 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
|
* update-conf: accept long optionsDubiousjim2013-07-031-15/+25
|
* libalpine: reword some messagesDubiousjim2013-07-031-3/+3
|
* various: use long-form apk optionsDubiousjim2013-07-039-22/+22
|
* setup-apkrepos: add commented edge/main and edge/testing for stableNatanael Copa2013-06-111-1/+5
|
* setup-apkrepos: remove dead codeNatanael Copa2013-06-111-5/+0
| | | | we no longer use RELEASES
* setup-apkrepos: refactor mirror timingNatanael Copa2013-06-111-31/+32
| | | | | | - use apk update to test the download speed - print the times - use /proc/uptime instead of 'time'
* setup-timezone: fix typoYves Schumann2013-05-291-2/+2
| | | | | - Removed obsolete modifier - Fixed typo
* main/setup-apkrepos: use edge repo for *_alpha* releasesNatanael Copa2013-03-011-1/+1
|
* setup-interfaces: fix vlan-raw-deviceNatanael Copa2013-03-011-1/+1
| | | | ref #1624
* setup-interfaces: fix ip: can't find device 'eth1.3' messageNatanael Copa2012-12-211-1/+3
| | | | ref #1404
* ==== release 2.12.0 ====v2.12.0Natanael Copa2012-11-051-1/+1
|
* setup-alpine: sync apk cache after setupNatanael Copa2012-11-051-0/+3
| | | | ref #1463
* setup-bootable: fix the 'Could not find the parent device for ...'Natanael Copa2012-10-031-1/+1
| | | | ref #1399
* setup-acf: force update of openrc dependency cacheNatanael Copa2012-10-021-0/+2
| | | | | In some situations it might not be updated automatically due to timestamp resolution on filesystem is 1 sec.
* setup-xen-dom0: update to upcoming 4.2Roger Pau Monne2012-09-141-13/+7
| | | | | | New version of Xen (4.2) doesn't require udev, so update the script to reflect those changes. Also, only include a module in /etc/modules if we can load it successfully.
* lbu: check permissions when generating apkovlNatanael Copa2012-07-171-1/+1
| | | | | | We want include files and dirs that have changed permissions. ref #1241
* lbu: do not use xargsNatanael Copa2012-07-041-10/+4
| | | | | | | | | xargs will execute the command twice if the buffer becomes long enough. This will break tar. We also use -z instead of piping via gzip while here. ref #1240
* ==== release 2.11.2 ====v2.11.2Natanael Copa2012-06-261-1/+1
|
* setup-disk: fix install of xen dom0Natanael Copa2012-06-211-11/+8
| | | | ref #1213
* setup-interfaces: allow setting up vlans on top of bondingNatanael Copa2012-06-211-2/+11
| | | | | | | Handle case when user enters vlan on top of bond (i.e bond0.8) In this case we first set up the bond interface with default address to "none" and then afterwards we set up the vlan interface.
* setup-interfaces: fix setting up bridge for xen dom0Natanael Copa2012-06-201-2/+2
|
* setup-xen-dom0: setup script to set up basic xen dom0Natanael Copa2012-06-203-0/+39
|
* setup-interfaces: do not ask to bridge bridge interfacesNatanael Copa2012-06-201-1/+5
|
* setup-apkrepos: do not add empty mirrorsNatanael Copa2012-05-271-0/+4
| | | | ref #1073
* ==== release 2.11.1 ====v2.11.1Natanael Copa2012-05-041-1/+1
|
* setup-bootable: show warning if remount as rw failsNatanael Copa2012-05-041-1/+1
|
* setup-bootable: handle cciss devices betterNatanael Copa2012-05-041-2/+17
|
* setup-bootable: fix syncing and remount as rwNatanael Copa2012-05-041-2/+3
| | | | we sync on cleanup and wait before remounting as rw
* setup-bootable: remount as read/write if neededNatanael Copa2012-05-041-0/+19
|
* setup-bootable: cleanup. use vecho for echo when verbose modeNatanael Copa2012-05-041-7/+12
|
* setup-acf: fix -aNatanael Copa2012-05-021-1/+1
|
* setup-acf: install packages before creating acf passwordNatanael Copa2012-05-021-3/+3
| | | | the acfpasswd utility needs to be installed first
* setup-acf: use new location for mini_httpd.confNatanael Copa2012-05-021-2/+2
|
* lbu: do not include /var/lib/apk/world in apkovlNatanael Copa2012-04-301-3/+0
| | | | We depend on newer version of apk-tools anyways.
* ==== release 2.11.0 ====v2.11.0Natanael Copa2012-04-271-1/+1
|
* remove setup-ads, setup-alpine-web and setup-cryptswapNatanael Copa2012-04-274-375/+0
|
* setup-alpine: ask for proxy serverNatanael Copa2012-04-271-0/+8
|
* lbu: automatically migrate old include/exclude to lbu.listNatanael Copa2012-04-271-7/+41
|
* lbu: use apk's protected_path.d instead of tar include/excludeNatanael Copa2012-04-261-44/+58
|