summaryrefslogtreecommitdiff
path: root/setup-alpine.in
AgeCommit message (Collapse)Author
2022-03-16setup-alpine: do not restart networking service when run headlessmacmpi
2022-03-16fix PREFIX in *.inNick Hanley
Commit ec0c7a7 changed the sed expression for PREFIX injection but forgot to update the scripts.
2021-11-27setup-alpine: fix typo in answerfile variableKevin 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-16setup-alpine: minor code clean upNatanael Copa
No functional changes, just clean up code a bit.
2021-11-16setup-alpine: Support downloading answer fileLukas Bestle
Fixes #10483.
2021-11-16setup-dns: Use FQDN from hostname as domainLukas Bestle
2021-11-16setup-interfaces: New -r flag to restart serviceLukas Bestle
Fixes #10480. Fixes #10484.
2021-01-07setup-alpine: fix qemu detectionNatanael Copa
2019-02-21setup-alpine: setup ntp before reposNatanael 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-13setup-alpine: make quick mode even quickerNatanael Copa
When -q option is specified: - skip set root password - auto configure network (dhcp)
2017-06-08setup-alpine: add -e to allow empty root passwordNatanael Copa
2017-05-23setup-alpine: start network in foregroundNatanael Copa
udhcpc will print info to stderr and it confuses the password prompt
2017-05-19setup-alpine: make quick mode quickerNatanael Copa
- use "alpine" as hostname - use first repo in the mirror list (normally cdn) - don't ask about proxy
2017-04-14setup-alpine: make udhcpc quietNatanael 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-23setup-disk: exit with proper code on failureKaarle Ritvanen
fixes #2876
2016-11-02indent heredocs and replace echos with heredoc where appropriateJakub Jirutka
2016-11-02replace deprecated `...` syntax with $(...) in shell scriptsJakub Jirutka
2016-11-02fix mixed tabs & spaces and surplus empty lines at EOFJakub Jirutka
2016-06-13setup-alpine: fix openrc warningNatanael Copa
2016-04-05setup-alpine: fix backwards compat for cronNatanael Copa
the crond service was previously named 'cron'. support both for backwards compat.
2016-03-19setup-alpine: cron service was renamed to crondSören Tempel
2015-05-06setup-alpine: cleanup: use longoptsNatanael Copa
2014-07-17setup-alpine: fix the example answer fileNatanael Copa
2014-06-23setup-alpine: support for lxcNatanael 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-23fix permissionsNatanael Copa
2012-11-05setup-alpine: sync apk cache after setupNatanael Copa
ref #1463
2012-06-20setup-xen-dom0: setup script to set up basic xen dom0Natanael Copa
2012-04-27setup-alpine: ask for proxy serverNatanael Copa
2012-03-05setup-alpine: clean up the usage helpNatanael Copa
2011-10-28setup-alpine: do not ask for ntp if qemu guestNatanael Copa
2011-10-28setup-alpine: implement -q for quick modeNatanael Copa
less questions
2011-10-24Use 'apk <cmd>' instead of apk_<cmd>Natanael Copa
2011-09-13setup-alpine: dont display error message if disk is 'none'Natanael Copa
2011-09-13setup-alpine: start networking in background earlyNatanael 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-13setup-apkcache: new setup toolNatanael Copa
A tool to setup the apk cache. This and setup-lbu replaces the setup-apklbu tool.
2011-08-07setup-alpine: populate setup script answer file exampleJeff Bilyk
2011-07-31setup-alpine: fix non-working syntaxJeff Bilyk
2011-07-31setup-alpine: first cut at implementing answers file support for setting up ↵Jeff Bilyk
Alpine
2011-07-31setup-alpine: only run setup-apklub if sys disk mode wasnt selectedJeff Bilyk
2011-07-31setup-sshd: add dropbear supportJeff Bilyk
2011-07-31setup-ntpd: renamed from setup-chrony, add support for openntpd, other cleanupsJeff Bilyk
2011-07-16setup-sshd: new script for setting up sshdJeff Bilyk
2011-07-16setup-chrony: new script for setting up chrony for NTP time syncJeff Bilyk
2011-07-14setup-apklbu: script cleanup and enhancementsJeff Bilyk
2011-06-08setup-apklbu: new scriptJeff Bilyk
setup-apklbu is a new script for setting up apk cache and lbu
2011-06-06setup-alpine: Use 'none' as default diskNatanael Copa
ref #674
2011-04-13setup-alpine: start urandom at boot, run setup-diskNatanael Copa
2011-03-16setup-alpine: enable setup-timezone againNatanael Copa
2011-03-08setup-alpine: do not call setup-timezoneNatanael Copa
We need to fix it first.
2011-03-03setup-timezone: minor fixesNatanael Copa
- ask for timezone after root password (before we start syslog) - rephrase the questinos and fix input prompt to be on same line