aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ==== release 2.9.0 ====v2.9.0Natanael Copa2011-10-061-1/+1
|
* setup-ntp: cleanup a bitNatanael Copa2011-10-061-29/+25
|
* setup-sshd: clean up code a bitNatanael Copa2011-10-061-16/+16
|
* setup-bootable: revert the cache logicNatanael Copa2011-10-061-32/+0
| | | | | | | | | | It was broken. This reverts: 70b1a6716dc5e2ed4a4b92d908691f86924c3753 a234ec98b8a4be9fa7ebd8e37cce4d58ec1c5473 c67ff2550962e8857d9a7c3859fc5003324e418a 0b3ae89a2abdaccea8eac0a089c1e1fd589c5c3e
* setup-bootable: use force UUID in syslinux.cfg, even for upgradersNatanael Copa2011-09-301-1/+13
| | | | The -k option is to not use UUID
* lbu: implement LBU_BACKUPDIRNatanael Copa2011-09-272-15/+27
| | | | | This allows users to do lbu commit into a dir without trying to mount anything.
* setup-apkcache: bugfixNatanael Copa2011-09-131-1/+2
|
* setup-interfaces: cleanupNatanael Copa2011-09-131-11/+14
| | | | | we try to avoid huge if ... else clauses. Put thing in function this is only to improve readability of code
* setup-alpine: dont display error message if disk is 'none'Natanael Copa2011-09-131-1/+5
|
* setup-alpine: start networking in background earlyNatanael Copa2011-09-131-0/+2
| | | | | | | 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.
* setup-apkrepos: only ask for repository one timeNatanael Copa2011-09-131-1/+1
|
* setup-apkcache: new setup toolNatanael Copa2011-09-135-87/+124
| | | | | A tool to setup the apk cache. This and setup-lbu replaces the setup-apklbu tool.
* minor typo correction in setup-timezone.inJeremy Thomerson2011-09-091-1/+1
|
* setup-lbu: use UUID when UUID was used as alpine_devNatanael Copa2011-08-191-2/+12
|
* setup-lbu: filter out codepage mount option from fstabNatanael Copa2011-08-191-4/+9
| | | | If the codepage option is there mount will fail.
* setup-lbu: new appNatanael Copa2011-08-193-0/+125
| | | | This is to replace setup-apklbu in the long run.
* lbu: do not edit users configNatanael Copa2011-08-111-3/+13
| | | | | Cope with empty lines in include/exclude without editing the file ref #713
* setup-alpine: populate setup script answer file exampleJeff Bilyk2011-08-071-11/+44
|
* setup-interfaces: add an option to read custom /etc/network/interfaces from ↵Jeff Bilyk2011-08-071-59/+84
| | | | stdin
* setup-dns: remove test dataJeff Bilyk2011-08-071-1/+1
|
* setup-dns: command line options for unattended modeJeff Bilyk2011-08-071-9/+41
|
* setup-apkrepos: add option to just add random mirror and don't prompt anymoreJeff Bilyk2011-08-061-14/+43
|
* setup-apklbu: work better in unattended / silent modeJeff Bilyk2011-08-061-3/+6
|
* setup-sshd: cleanups and add command line optionsJeff Bilyk2011-08-051-10/+19
|
* setup-ntp: allow specifying ntp daemon from command lineJeff Bilyk2011-08-051-27/+32
|
* setup-timezone: command line options for posixtz format and tzdata formatJeff Bilyk2011-08-051-0/+35
|
* setup-keymap: add option for variant from command-lineJeff Bilyk2011-08-051-8/+16
|
* setup-hostname: add an option to specify hostnameJeff Bilyk2011-08-051-3/+29
|
* lbu: fix sed commandJeff Bilyk2011-08-011-2/+2
| | | | fix #615
* lbu: strip empty lines from /etc/lbu/include and exclude files before committingJeff Bilyk2011-08-011-2/+2
|
* setup-apklbu: add an apk cache sync after setting up APK cacheJeff Bilyk2011-08-011-0/+1
|
* setup-alpine: fix non-working syntaxJeff Bilyk2011-07-311-1/+1
|
* README: rewrite since alpine-conf includes more than just LBU nowJeff Bilyk2011-07-311-13/+16
|
* setup-alpine: first cut at implementing answers file support for setting up ↵Jeff Bilyk2011-07-311-11/+52
| | | | Alpine
* setup-alpine: only run setup-apklub if sys disk mode wasnt selectedJeff Bilyk2011-07-312-1/+4
|
* setup-ntp: actually commit the scriptJeff Bilyk2011-07-311-0/+51
|
* setup-sshd: add dropbear supportJeff Bilyk2011-07-312-30/+18
|
* setup-ntpd: renamed from setup-chrony, add support for openntpd, other cleanupsJeff Bilyk2011-07-313-50/+2
|
* setup-{apklbu, bootable, chrony, sshd}: replace double equals in if ↵Jeff Bilyk2011-07-314-10/+10
| | | | statements with single equals
* setup-bootable: one last typo fixJeff Bilyk2011-07-161-1/+1
|
* setup-bootable: somehow a couple lines for remounting RO/RW got missedJeff Bilyk2011-07-161-1/+8
|
* setup-bootable: rewrite apk cache section to...workJeff Bilyk2011-07-161-12/+14
|
* setup-sshd: new script for setting up sshdJeff Bilyk2011-07-163-0/+59
|
* setup-chrony: new script for setting up chrony for NTP time syncJeff Bilyk2011-07-163-0/+51
|
* setup-bootable: enhance to update apk cache on USB/CF installs if it's been ↵Jeff Bilyk2011-07-161-0/+22
| | | | setup
* setup-dns: only output search domain if there was one enteredJeff Bilyk2011-07-161-1/+3
|
* setup-apklbu: remove testing line that was left aroundJeff Bilyk2011-07-161-2/+0
|
* setup-apklbu: script cleanup and enhancementsJeff Bilyk2011-07-142-20/+44
|
* setup-bootable: strip off trailing / in srcdir variableJeff Bilyk2011-07-141-1/+1
| | | | strip off trailing /
* setup-apklbu: handle ro media for apk and lbuJeff Bilyk2011-06-081-0/+20
|