summaryrefslogtreecommitdiff
path: root/libalpine.sh.in
AgeCommit message (Collapse)Author
2014-04-23libalpine: initialize $ROOTNatanael Copa
2013-11-15Let is_xen_dom0 fail silentlyEivind Uggedal
/proc/xen/capabilities can be non-existent while /proc/xen exists. This behaviour was seen when booting in rescue mode on Linode.
2013-07-03libalpine: reword some messagesDubiousjim
2013-07-03various: use long-form apk optionsDubiousjim
2012-03-21libalpine: warn about deprecated pkg_inst/deinstNatanael Copa
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
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