summaryrefslogtreecommitdiff
path: root/setup-alpine.in
AgeCommit message (Collapse)Author
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
2011-02-27setup-alpine: fix typo when calling setup-timezoneJeff Bilyk
fix typo when calling setup-timezone
2011-02-26setup-timezone: initial version of scriptJeff Bilyk
initial cut at a setup-timezone script
2010-12-28alpine-conf: add script to add dl-3 internet repos from setup-alpine scriptJeff Bilyk
ref # 487
2010-03-25setup-alpine: start cron by defaultNatanael Copa
2010-02-18setup-alpine: start acpid by defaultNatanael Copa
2009-09-15setup-alpine: add the hostname to /etc/hostsNatanael Copa
2009-06-12use rc-update quietly. some sysinit/boot svc are added from initramfsNatanael Copa
2009-05-06fixed VERSION in makefile and massed up .in filesNatanael Copa
2009-05-06move to .in filesNatanael Copa