summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-06-11setup-apkrepos: refactor mirror timingNatanael Copa
- use apk update to test the download speed - print the times - use /proc/uptime instead of 'time'
2013-05-29setup-timezone: fix typoYves Schumann
- Removed obsolete modifier - Fixed typo
2013-03-01main/setup-apkrepos: use edge repo for *_alpha* releasesNatanael Copa
2013-03-01setup-interfaces: fix vlan-raw-deviceNatanael Copa
ref #1624
2012-12-21setup-interfaces: fix ip: can't find device 'eth1.3' messageNatanael Copa
ref #1404
2012-11-05==== release 2.12.0 ====Natanael Copa
2012-11-05setup-alpine: sync apk cache after setupNatanael Copa
ref #1463
2012-10-03setup-bootable: fix the 'Could not find the parent device for ...'Natanael Copa
ref #1399
2012-10-02setup-acf: force update of openrc dependency cacheNatanael Copa
In some situations it might not be updated automatically due to timestamp resolution on filesystem is 1 sec.
2012-09-14setup-xen-dom0: update to upcoming 4.2Roger Pau Monne
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.
2012-07-17lbu: check permissions when generating apkovlNatanael Copa
We want include files and dirs that have changed permissions. ref #1241
2012-07-04lbu: do not use xargsNatanael Copa
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
2012-06-26==== release 2.11.2 ====Natanael Copa
2012-06-21setup-disk: fix install of xen dom0Natanael Copa
ref #1213
2012-06-21setup-interfaces: allow setting up vlans on top of bondingNatanael Copa
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.
2012-06-20setup-interfaces: fix setting up bridge for xen dom0Natanael Copa
2012-06-20setup-xen-dom0: setup script to set up basic xen dom0Natanael Copa
2012-06-20setup-interfaces: do not ask to bridge bridge interfacesNatanael Copa
2012-05-27setup-apkrepos: do not add empty mirrorsNatanael Copa
ref #1073
2012-05-04==== release 2.11.1 ====Natanael Copa
2012-05-04setup-bootable: show warning if remount as rw failsNatanael Copa
2012-05-04setup-bootable: handle cciss devices betterNatanael Copa
2012-05-04setup-bootable: fix syncing and remount as rwNatanael Copa
we sync on cleanup and wait before remounting as rw
2012-05-04setup-bootable: remount as read/write if neededNatanael Copa
2012-05-04setup-bootable: cleanup. use vecho for echo when verbose modeNatanael Copa
2012-05-02setup-acf: fix -aNatanael Copa
2012-05-02setup-acf: install packages before creating acf passwordNatanael Copa
the acfpasswd utility needs to be installed first
2012-05-02setup-acf: use new location for mini_httpd.confNatanael Copa
2012-04-30lbu: do not include /var/lib/apk/world in apkovlNatanael Copa
We depend on newer version of apk-tools anyways.
2012-04-27==== release 2.11.0 ====Natanael Copa
2012-04-27remove setup-ads, setup-alpine-web and setup-cryptswapNatanael Copa
2012-04-27setup-alpine: ask for proxy serverNatanael Copa
2012-04-27lbu: automatically migrate old include/exclude to lbu.listNatanael Copa
2012-04-26lbu: use apk's protected_path.d instead of tar include/excludeNatanael Copa
2012-03-23setup-proxy: make sure it gets properly installedNatanael Copa
2012-03-23setup-proxy: use ask instead of default_read and add debug stuffNatanael Copa
add -p for setting ROOT so we can debug this easier.
2012-03-23==== release 2.10.0 ====Natanael Copa
2012-03-23uniso: fix compile warning on x86_64Natanael Copa
2012-03-23setup-interfaces: improve help textsNatanael Copa
Tanks to nangel
2012-03-23setup-interfaces: add support for vlansNatanael Copa
2012-03-22setup-interfaces: install packages for bonding and/or bridge if neededNatanael Copa
2012-03-22setup-interfaces: allow 'manual' interfaces without ip addrNatanael Copa
Useful for bonding and bridges
2012-03-22setup-interfaces: initial bonding supportNatanael Copa
2012-03-22setup-interfaces: be more verbose on what ports are already added to bridgeNatanael Copa
2012-03-22setup-interfaces: remove dead codeNatanael Copa
We use new style bridge configuration now
2012-03-22setup-interfaces: remove newlines from bridge-portsNatanael Copa
2012-03-22setun-interface: user the term 'ports' when asking for bridge portsNatanael Copa
This makes it slightly clearer what we are doing
2012-03-22setup-interfaces: configure bridge from interface questionNatanael Copa