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