summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-03-22setup-interfaces: have the xen bridge stuff to use the new ifup bridge thingyNatanael Copa
2012-03-21setup-interfaces: support creating bridge when asking for ip addrNatanael Copa
2012-03-21libalpine: warn about deprecated pkg_inst/deinstNatanael Copa
2012-03-21setup-keymap: do not use pkg_inst/pkg_deinstNatanael Copa
we will only support apk tools so lets make things simpler
2012-03-21setup-interfaces: do not use pkg_instNatanael Copa
we will never support any other package manager than apk add so lets clean up the code
2012-03-21setup-interfaces: use yesno funcNatanael Copa
2012-03-21setup-interfaces: use "ask" instead of "default_read"Natanael Copa
2012-03-21setup-interfaces: cleanupNatanael Copa
- Support the ROOT env var - use unconfigured_* functions to keep the state of which interfaces are configured - Support env var INTERFACES so we can override the autodetection
2012-03-21libalpine: add yesno functionNatanael Copa
2012-03-21libalpine: add available_ifacesNatanael Copa
a sorted list of available network interfaces thats not a part of any bridge or bond
2012-03-21libalpine: add various functions from openbsd installerNatanael Copa
isin - is element in list rmel - remove element from list ask - Ask a question and read response ask_until - repeat a question til a non-blank response ask_which - repeat a question til a listed option is entered
2012-03-05setup-proxy: (over?)simplifyNatanael Copa
We want avoid asking questions and in the proxy case most people will pick 'none'. For those who needs proxy there is still a possibility to specify the entire proxy url in one shot, rather than asking lot of questions.
2012-03-05setup-disk: improve the usage help textNatanael Copa
Thanks to Jim Pryor for the very useful feedback.
2012-03-05setup-disk: cleanup. init_progs always installs syslinuxNatanael Copa
2012-03-05setup-disk: use SYSROOT env var instead of hardcoded /mntNatanael Copa
2012-03-05setup-disk: cleanup. remove raid_part_type variableNatanael Copa
Not needed.
2012-03-05setup-disk: cleanup. remove unused variableNatanael Copa