Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-16 | setup-dns: Use FQDN from hostname as domain | Lukas Bestle | |
2021-02-15 | split modloop copy to a separate script | Alex Xu (Hello71) | |
fixes #10468 | |||
2021-01-08 | libalpine.sh: add ask_yesno | Natanael Copa | |
add function for y/n questions | |||
2021-01-08 | libalpine.sh: dont consider 1 or true as "yes" for yesno | Natanael Copa | |
2020-01-24 | libalpine: make vecho and qecho return success | Natanael Copa | |
vecho should return success even if $VERBOSE is empty. Similar, qecho should return success even if $QUIET is empty. fixes !4 | |||
2019-11-21 | libalpine: use correct exit code in trap | Natanael 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-02 | replace deprecated `...` syntax with $(...) in shell scripts | Jakub Jirutka | |
2016-11-02 | fix mixed tabs & spaces and surplus empty lines at EOF | Jakub Jirutka | |
2014-06-23 | libalpine: available_ifaces: fallback to 'ip link' if /sys is not mounted | Natanael Copa | |
this makes it work in lxcontainers. | |||
2014-04-23 | libalpine: initialize $ROOT | Natanael Copa | |
2013-11-15 | Let is_xen_dom0 fail silently | Eivind 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-03 | libalpine: reword some messages | Dubiousjim | |
2013-07-03 | various: use long-form apk options | Dubiousjim | |
2012-03-21 | libalpine: warn about deprecated pkg_inst/deinst | Natanael Copa | |
2012-03-21 | libalpine: add yesno function | Natanael Copa | |
2012-03-21 | libalpine: add available_ifaces | Natanael Copa | |
a sorted list of available network interfaces thats not a part of any bridge or bond | |||
2012-03-21 | libalpine: add various functions from openbsd installer | Natanael 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-30 | alpine-conf: modify setup-interfaces to create simple bridges | Roger 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-16 | setup-interfaces: fix for bb 1.17.1. accept /mask together with address | Natanael Copa | |
And print summary of the interface configuration | |||
2010-08-16 | libalpine: fix ip address validation | Natanael Copa | |
new busybox doesnt support the old way we did it. | |||
2009-08-19 | libalpine: imported some funcs from openbsd installer | Natanael Copa | |
2009-05-21 | libalpine: added die() | Natanael Copa | |
2009-05-07 | install packages quiet | Natanael Copa | |
2009-05-06 | improve tempdir creation | Natanael Copa | |
2009-05-06 | move to .in files | Natanael Copa | |