Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2011-04-13 | setup-alpine: start urandom at boot, run setup-disk | Natanael Copa | |
2011-03-16 | setup-alpine: enable setup-timezone again | Natanael Copa | |
2011-03-08 | setup-alpine: do not call setup-timezone | Natanael Copa | |
We need to fix it first. | |||
2011-03-03 | setup-timezone: minor fixes | Natanael Copa | |
- ask for timezone after root password (before we start syslog) - rephrase the questinos and fix input prompt to be on same line | |||
2011-02-27 | setup-alpine: fix typo when calling setup-timezone | Jeff Bilyk | |
fix typo when calling setup-timezone | |||
2011-02-26 | setup-timezone: initial version of script | Jeff Bilyk | |
initial cut at a setup-timezone script | |||
2010-12-28 | alpine-conf: add script to add dl-3 internet repos from setup-alpine script | Jeff Bilyk | |
ref # 487 | |||
2010-03-25 | setup-alpine: start cron by default | Natanael Copa | |
2010-02-18 | setup-alpine: start acpid by default | Natanael Copa | |
2009-09-15 | setup-alpine: add the hostname to /etc/hosts | Natanael Copa | |
2009-06-12 | use rc-update quietly. some sysinit/boot svc are added from initramfs | Natanael Copa | |
2009-05-06 | fixed VERSION in makefile and massed up .in files | Natanael Copa | |