aboutsummaryrefslogtreecommitdiffstats
path: root/libalpine.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* libalpine: warn about deprecated pkg_inst/deinstNatanael Copa2012-03-211-0/+2
|
* libalpine: add yesno functionNatanael Copa2012-03-211-0/+8
|
* libalpine: add available_ifacesNatanael Copa2012-03-211-0/+21
| | | | | a sorted list of available network interfaces thats not a part of any bridge or bond
* libalpine: add various functions from openbsd installerNatanael Copa2012-03-211-7/+119
| | | | | | | | 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
* alpine-conf: modify setup-interfaces to create simple bridgesRoger Pau Monne2011-12-301-0/+9
| | | | | | | | | | | | Modified setup-interfaces to create simple bridges (works only with one interface per bridge). Useful when setting up a Xen system, since interfaces need to be bridged in order for guests to have networking. Some distributions automatically create one bridge for each interface when Xen is installed, but I think this is too aggressive. Changes since v1: * Only ask to bridge interfaces if Xen Dom0 is detected
* setup-interfaces: fix for bb 1.17.1. accept /mask together with addressNatanael Copa2010-08-161-6/+0
| | | | And print summary of the interface configuration
* libalpine: fix ip address validationNatanael Copa2010-08-161-1/+1
| | | | new busybox doesnt support the old way we did it.
* libalpine: imported some funcs from openbsd installerNatanael Copa2009-08-191-0/+37
|
* libalpine: added die()Natanael Copa2009-05-211-1/+6
|
* install packages quietNatanael Copa2009-05-071-2/+2
|
* improve tempdir creationNatanael Copa2009-05-061-2/+2
|
* move to .in filesNatanael Copa2009-05-061-0/+73