Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-04 | setup-alpine: refresh hostname directly after setup-hostname | Natanael Copa | |
hostname service is now a dependency for networking, so restarting hostname would restart network which is not what we want. | |||
2022-05-02 | setup-alpine: fix typo | Natanael Copa | |
2022-04-19 | setup-alpine.in: only enable acpid if machine has ACPI support | Dermot Bradley | |
The acpid init.d daemon should not be enabled on machines that do not actually have ACPI support - this includes most Arm SBCs and occasionally some x86/x86_64 machines (including Firecracker VMs). If acpid is enabled in such situations then it will fail to start and the OpenRC service will show as crashed. Only enable the acpid service if the /sys/firmware/acpi directory exists which indicates the machine does have ACPI support. Closes https://gitlab.alpinelinux.org/alpine/aports/-/issues/12290 and https://gitlab.alpinelinux.org/alpine/aports/-/issues/13700. | |||
2022-04-08 | setup-alpine: add setup-devd script | Laurent Bercot | |
2022-03-16 | setup-alpine: do not restart networking service when run headless | macmpi | |
2022-03-16 | fix PREFIX in *.in | Nick Hanley | |
Commit ec0c7a7 changed the sed expression for PREFIX injection but forgot to update the scripts. | |||
2021-11-27 | setup-alpine: fix typo in answerfile variable | Kevin Daudt | |
6c70088 (setup-alpine: minor code clean up, 2021-11-16) did a clean-up of the answerfile code, but introduced a type on the `USEANSWERFILE` variable, resulting in answerfiles no longer to be sourced. Closes #10494 | |||
2021-11-16 | setup-alpine: minor code clean up | Natanael Copa | |
No functional changes, just clean up code a bit. | |||
2021-11-16 | setup-alpine: Support downloading answer file | Lukas Bestle | |
Fixes #10483. | |||
2021-11-16 | setup-dns: Use FQDN from hostname as domain | Lukas Bestle | |
2021-11-16 | setup-interfaces: New -r flag to restart service | Lukas Bestle | |
Fixes #10480. Fixes #10484. | |||
2021-01-07 | setup-alpine: fix qemu detection | Natanael Copa | |
2019-02-21 | setup-alpine: setup ntp before repos | Natanael Copa | |
we need time to be correct for https certificates when setting up apkrepos, so we call setup-ntp before setup-apkrepos. ref #9911 | |||
2018-06-13 | setup-alpine: make quick mode even quicker | Natanael Copa | |
When -q option is specified: - skip set root password - auto configure network (dhcp) | |||
2017-06-08 | setup-alpine: add -e to allow empty root password | Natanael Copa | |
2017-05-23 | setup-alpine: start network in foreground | Natanael Copa | |
udhcpc will print info to stderr and it confuses the password prompt | |||
2017-05-19 | setup-alpine: make quick mode quicker | Natanael Copa | |
- use "alpine" as hostname - use first repo in the mirror list (normally cdn) - don't ask about proxy | |||
2017-04-14 | setup-alpine: make udhcpc quiet | Natanael Copa | |
udhcpc will print to stdout the ip addr it got. This gets in the way for the root password prompt so we redirect udhcpc to /dev/null | |||
2016-12-23 | setup-disk: exit with proper code on failure | Kaarle Ritvanen | |
fixes #2876 | |||
2016-11-02 | indent heredocs and replace echos with heredoc where appropriate | Jakub Jirutka | |
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 | |
2016-06-13 | setup-alpine: fix openrc warning | Natanael Copa | |
2016-04-05 | setup-alpine: fix backwards compat for cron | Natanael Copa | |
the crond service was previously named 'cron'. support both for backwards compat. | |||
2016-03-19 | setup-alpine: cron service was renamed to crond | Sören Tempel | |
2015-05-06 | setup-alpine: cleanup: use longopts | Natanael Copa | |
2014-07-17 | setup-alpine: fix the example answer file | Natanael Copa | |
2014-06-23 | setup-alpine: support for lxc | Natanael Copa | |
add support for setup-alpine from within a container. when running in lxc we skip config of: - keymap - hostname - ntp - disk - apk cache - lbu ref #3057 | |||
2014-04-23 | fix permissions | Natanael Copa | |
2012-11-05 | setup-alpine: sync apk cache after setup | Natanael Copa | |
ref #1463 | |||
2012-06-20 | setup-xen-dom0: setup script to set up basic xen dom0 | Natanael Copa | |
2012-04-27 | setup-alpine: ask for proxy server | Natanael Copa | |
2012-03-05 | setup-alpine: clean up the usage help | Natanael Copa | |
2011-10-28 | setup-alpine: do not ask for ntp if qemu guest | Natanael Copa | |
2011-10-28 | setup-alpine: implement -q for quick mode | Natanael Copa | |
less questions | |||
2011-10-24 | Use 'apk <cmd>' instead of apk_<cmd> | Natanael Copa | |
2011-09-13 | setup-alpine: dont display error message if disk is 'none' | Natanael Copa | |
2011-09-13 | setup-alpine: start networking in background early | Natanael Copa | |
It might take a few seconds to start the networking so we can do that while user enter info about timezone and enters the password. This reduces the waiting time. | |||
2011-09-13 | setup-apkcache: new setup tool | Natanael Copa | |
A tool to setup the apk cache. This and setup-lbu replaces the setup-apklbu tool. | |||
2011-08-07 | setup-alpine: populate setup script answer file example | Jeff Bilyk | |
2011-07-31 | setup-alpine: fix non-working syntax | Jeff Bilyk | |
2011-07-31 | setup-alpine: first cut at implementing answers file support for setting up ↵ | Jeff Bilyk | |
Alpine | |||
2011-07-31 | setup-alpine: only run setup-apklub if sys disk mode wasnt selected | Jeff Bilyk | |
2011-07-31 | setup-sshd: add dropbear support | Jeff Bilyk | |
2011-07-31 | setup-ntpd: renamed from setup-chrony, add support for openntpd, other cleanups | Jeff Bilyk | |
2011-07-16 | setup-sshd: new script for setting up sshd | Jeff Bilyk | |
2011-07-16 | setup-chrony: new script for setting up chrony for NTP time sync | Jeff Bilyk | |
2011-07-14 | setup-apklbu: script cleanup and enhancements | Jeff Bilyk | |
2011-06-08 | setup-apklbu: new script | Jeff Bilyk | |
setup-apklbu is a new script for setting up apk cache and lbu | |||
2011-06-06 | setup-alpine: Use 'none' as default disk | Natanael Copa | |
ref #674 |