summaryrefslogtreecommitdiff
path: root/libalpine.sh.in
AgeCommit message (Collapse)Author
2011-12-30alpine-conf: modify setup-interfaces to create simple bridgesRoger Pau Monne
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
2010-08-16setup-interfaces: fix for bb 1.17.1. accept /mask together with addressNatanael Copa
And print summary of the interface configuration
2010-08-16libalpine: fix ip address validationNatanael Copa
new busybox doesnt support the old way we did it.
2009-08-19libalpine: imported some funcs from openbsd installerNatanael Copa
2009-05-21libalpine: added die()Natanael Copa
2009-05-07install packages quietNatanael Copa
2009-05-06improve tempdir creationNatanael Copa
2009-05-06move to .in filesNatanael Copa