summaryrefslogtreecommitdiff
path: root/libalpine.sh.in
AgeCommit message (Collapse)Author
2021-11-16setup-dns: Use FQDN from hostname as domainLukas Bestle
2021-02-15split modloop copy to a separate scriptAlex Xu (Hello71)
fixes #10468
2021-01-08libalpine.sh: add ask_yesnoNatanael Copa
add function for y/n questions
2021-01-08libalpine.sh: dont consider 1 or true as "yes" for yesnoNatanael Copa
2020-01-24libalpine: make vecho and qecho return successNatanael Copa
vecho should return success even if $VERBOSE is empty. Similar, qecho should return success even if $QUIET is empty. fixes !4
2019-11-21libalpine: use correct exit code in trapNatanael Copa
save exit state before cleaning up tempdir so we get the correct exit code. This fixes the problem where lbu exit with success on errors where disk is full or similar.
2016-11-02replace deprecated `...` syntax with $(...) in shell scriptsJakub Jirutka
2016-11-02fix mixed tabs & spaces and surplus empty lines at EOFJakub Jirutka
2014-06-23libalpine: available_ifaces: fallback to 'ip link' if /sys is not mountedNatanael Copa
this makes it work in lxcontainers.
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